Posted August 15, 20205 yr I am trying to make an item which is a 3d model. I have made the json already in block bench for it. Do I need to make some sort of class for it? Or is it not possible?
August 15, 20205 yr Of course you have to represent your item in code. You need to register it in the forge registries so the game knows it exists Check out the port of the BetterEnd fabric mod (WIP): https://www.curseforge.com/minecraft/mc-mods/betterend-forge-port
August 15, 20205 yr Author 34 minutes ago, Beethoven92 said: Of course you have to represent your item in code. You need to register it in the forge registries so the game knows it exists Ok, just registered it. But how would I make the item 3d? I put the item json in assets with the correct name but it shows as the purple and black thing (meaning no model or texture) Here is the code. https://pastebin.com/MWB0hRpY I am gonna assume i might need to make a separate class to render it.
August 15, 20205 yr There are some "#missing" textures in your model file Check out the port of the BetterEnd fabric mod (WIP): https://www.curseforge.com/minecraft/mc-mods/betterend-forge-port
August 15, 20205 yr Author 1 hour ago, Beethoven92 said: There are some "#missing" textures in your model file I fixed the missing textures. However I still got the same result.
August 17, 20205 yr Author On 8/16/2020 at 5:58 AM, diesieben07 said: There should be errors describing the problem in the game log. That doesn't help at all
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.