I just can't seem to make modded armor with a custom model.

Started by TheCretaceousGamer on

Topic category: Help with MCreator software

Active 3 years ago
Joined Jan 2022
Points:
521

User statistics:

  • Modifications: 0
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 1
I just can't seem to make modded armor with a custom model.

Every time a try to export a custom armor model from blockbench to mcreator as a java file it always says 'Your model is not a valid Java name!' and i dont know how to upload a custom armour model with json or obj because json just basically gets deleted. and obj never show texture mappings.

Active 3 years ago
Joined Jan 2022
Points:
521

User statistics:

  • Modifications: 0
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 1
please help  
Thu, 01/06/2022 - 15:55

please help

 

Active 1 month ago
Joined May 2021
Points:
849

User statistics:

  • Modifications: 4
  • Forum topics: 11
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 352
Open or create your custom…
Thu, 01/06/2022 - 17:00

Open or create your custom modded armor in Blockbench, go to File >> Project >> Export version, and change it to the Minecraft version you need it for, save your texture, export the model as Java entity (*,java) ... it must have a valid name - no spaces, all lower case ... and import it to MCreator

Active 3 years ago
Joined Jan 2022
Points:
545

User statistics:

  • Modifications: 0
  • Forum topics: 4
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 16
Could you give an example of…
Thu, 01/06/2022 - 20:44

Could you give an example of the name please? I'm also interested in :D

Active 1 month ago
Joined May 2021
Points:
849

User statistics:

  • Modifications: 4
  • Forum topics: 11
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 352
Use all lowercase with no…
Thu, 01/06/2022 - 23:28

Use all lowercase with no spaces. Do not use uppercases, neither !@#$%^&*() <> those symbols.

Examples:

mycoolnewarmor.java

my_cool_new_armor.java

mycoolnewarmor1.java

mycoolnewarmor_1.java

my_cool_new_armor1.java

my_cool_new_armor_1234567890.java

 

Active 3 years ago
Joined Jan 2022
Points:
545

User statistics:

  • Modifications: 0
  • Forum topics: 4
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 16
Thank you very much bro
Sat, 01/08/2022 - 00:06

Thank you very much bro