SlimeKnights / TinkersConstruct

Tinker a little, build a little, tinker a little more...
MIT License
1.24k stars 779 forks source link

Java Block/Item Model for Tool (3D Tool Model) #4611

Open 0999312 opened 3 years ago

0999312 commented 3 years ago

Minecraft Version

1.16.5

Forge Version

36.2.2

Mantle Version

1.16.5-1.6.116

Tinkers' Construct Version

1.16.5-3.1.1.252

Problem description

I want to make a 3D Resource Pack for TiC's tools but when I finished my work, the models just like a flat texture.

Suggested solution

Add support for Java Block/Item Model so somebody can make 3D Models for tools, or just tell us HOW to use the models correctly.

Alternatives considered

I know that there is something difficult in modifiers' model, but I think 3D Model support is really important.

Additional context

L614N_9I_4_Y___8_KP7VT7.png

KnightMiner commented 3 years ago

3D model support is not that simple. With textures all I have to consider is folders to pull textures from. There are several places in the tool models that would need special support to work with 3D models as opposed to 2D models, and unfortunately I could not write a system which supported both (they are too conceptually different in internals). Ultimately, I decided the usecase of a resource pack wanting 3D tool models was not worth the effort compared to other more pressing features.

That said, this is not something that will never get added, just really, really low priority, as