Weird item names

Started by maxde6 on

Topic category: Help with MCreator software

Active 1 year ago
Joined Apr 2015
Points:
818

User statistics:

  • Modifications: 8
  • Forum topics: 2
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 22
Weird item names

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?

Active 1 year ago
Joined Apr 2015
Points:
818

User statistics:

  • Modifications: 8
  • Forum topics: 2
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 22
why did it make two forum
Fri, 08/25/2017 - 23:58

why did it make two forum topics

Active 6 years ago
Joined Aug 2017
Points:
825

User statistics:

  • Modifications: 0
  • Forum topics: 5
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 206
Try editing the code for the
Sat, 08/26/2017 - 07:19

Try editing the code for the items and renaming them where the item name is in the code.

Active 6 years ago
Joined Mar 2016
Points:
735

User statistics:

  • Modifications: 0
  • Forum topics: 4
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 9
In the code it seems to be
Mon, 08/28/2017 - 00:15

In the code it seems to be fine? But it still shows up like item.example.name. Hmmm...

Active 6 years ago
Joined Mar 2016
Points:
735

User statistics:

  • Modifications: 0
  • Forum topics: 4
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 9
RE:In the code it seems to be
Mon, 08/28/2017 - 00:25

Or, actually, where would you go in the code to change the name?@#3

Active 4 years ago
Joined Jun 2016
Points:
3648

User statistics:

  • Modifications: 10
  • Forum topics: 39
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 5290
Try to delete the sword and
Mon, 08/28/2017 - 10:21

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)

Active 3 years ago
Joined Aug 2015
Points:
905

User statistics:

  • Modifications: 7
  • Forum topics: 9
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 151
Doesn't work 
Fri, 09/22/2017 - 05:38

Doesn't work 

Active 3 years ago
Joined Jun 2017
Points:
773

User statistics:

  • Modifications: 1
  • Forum topics: 2
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 109
Another person has the same
Fri, 09/22/2017 - 21:47

Another person has the same problem.

Active 7 years ago
Joined Sep 2017
Points:
702

User statistics:

  • Modifications: 0
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 2
I also get this problem. I
Tue, 09/26/2017 - 21:33

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?

Active 8 years ago
Joined Sep 2017
Points:
696

User statistics:

  • Modifications: 0
  • Forum topics: 0
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 1
I'm getting it too.
Tue, 09/26/2017 - 23:09

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.