Posted February 4, 20178 yr Hello guys! I'm wondering if there is anyway to create item and block without using model file (*.json). Like the minecraft 1.7.10 version
February 4, 20178 yr Short answer: No. Long Answer: You can use Forge's Blockstates Format to reduce the number of models you need to create. You can use OBJ and B3D models instead of JSON models. You can create your own model loader and generate models at runtime. Please don't PM me to ask for help. Asking your question in a public thread preserves it for people who are having the same problem in the future.
February 4, 20178 yr Author 4 minutes ago, Choonster said: Short answer: No. Long Answer: You can use Forge's Blockstates Format to reduce the number of models you need to create. You can use OBJ and B3D models instead of JSON models. You can create your own model loader and generate models at runtime. But RWTema can do it!
February 4, 20178 yr 3 minutes ago, lethinh said: But RWTema can do it! Which mod are you talking about? If it's DenseOres, the models and textures are generated at runtime. Please don't PM me to ask for help. Asking your question in a public thread preserves it for people who are having the same problem in the future.
February 4, 20178 yr Author 15 minutes ago, Choonster said: Which mod are you talking about? If it's DenseOres, the models and textures are generated at runtime. It's ExtraUtilities 2
February 4, 20178 yr 2 hours ago, lethinh said: It's ExtraUtilities 2 Looking at the decompiled source, it seems RWTema has created his own model system on top of the existing system. Unless you know exactly what you're doing, it's probably a lot easier to just use the existing system rather than trying to implement your own. Please don't PM me to ask for help. Asking your question in a public thread preserves it for people who are having the same problem in the future.
February 5, 20178 yr Author 13 hours ago, Choonster said: Looking at the decompiled source, it seems RWTema has created his own model system on top of the existing system. Unless you know exactly what you're doing, it's probably a lot easier to just use the existing system rather than trying to implement your own. I have found the way to do that but thanks anyway!
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.