Started by
maxde6
on
Topic category: Help with MCreator software
Today I created a sword with Mcreator but when I tested my mod the Swords name was item.ultrasword.name I also made some armour but everything started with item. and ended with .name
How do I fix this?
why did it make two forum topics
Try editing the code for the items and renaming them where the item name is in the code.
In the code it seems to be fine? But it still shows up like item.example.name. Hmmm...
Or, actually, where would you go in the code to change the name?@#3
Try to delete the sword and remake it with a different mod element name (i mean not the name shown in the inventory, but the name shown in the list of the mod elements and that is also the ID of the item)
Doesn't work
Another person has the same problem.
I also get this problem. I cant find a solution to it.
Im guessing that not many people have this problem, it must be just limited to certain hardware.
Ive searched the code for the name but I don't find it there
there is a file with all the block/item names but they appear to be listed fine.
Any ideas on a solution?
New install and first mod being made.
Just adding a variety of blocks to use in creative mode.
The creative mode tabs are "itemGroup.tab(element name)"
Every block is "tile.(element name).name"
Neither are using the GUI name.
Have Forge installed, don't know if that makes a difference or not.
https://mcreator.pylo.co/comment/45169
Here is the solution found by Nuparu00