Made a Generic Model instead of Java Model and Can't Import

Started by Mythic Illusions on

Topic category: Help with Minecraft modding (Java Edition)

Active 3 years ago
Joined Dec 2016
Points:
708

User statistics:

  • Modifications: 0
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 1
Made a Generic Model instead of Java Model and Can't Import

Okay, so I just spend around 2-3 hours modeling and texturing a scythe I really like in Blockbench. However I ran into an issue at the end.

I made the model as a Generic Model because for java models, I cannot rotate cubes anywhere except on the 22.5 degree axis. This was an issue for me because the Scythe has a slight bend and I would not be able to make it properly with a Java model. When I tried to convert the model to a Java/Item model, the scythe got all messed up.

I already tried importing it as an OBJ model, however the model is too complex for that to work. 

Is there anything I can do to allow myself to save this model and use it in game??

Any help will be appreciated!

Active 1 year ago
Joined Nov 2020
Points:
812

User statistics:

  • Modifications: 1
  • Forum topics: 25
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 154
if this model is for item…
Sat, 07/09/2022 - 13:38

if this model is for item then use json one.

 

Sry but this model type doesnt 'support' custom rotation values.

Active 6 months ago
Joined Dec 2020
Points:
634

User statistics:

  • Modifications: 1
  • Forum topics: 5
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 13
It shouldn't be possible…
Fri, 07/29/2022 - 22:12

It shouldn't be possible. You can only convert the project into a custom entity.