Jump to content

[1.8.9] B3D Models Do Not Properly Render in Block Form?


Dummyc0m

Recommended Posts

So I took a look at ModelLoaderRegistryDebug in the forge repo and made my own model with some of the guidance the aforementioned classes provided. I did the blockstate file and everything.

 

The item ended up rendering just fine, just a bit off in terms of the rotation in hand. The block, upon placement, simply would not render and just show a border outline without anything.

 

I'm using  1.8.9-11.15.1.1732, the most recent forge version, and here is my repo

 

The Blockstate file: https://github.com/Dummyc0m/AmethystMod/blob/master/src/main/resources/assets/amethyst/blockstates/producerConnector.json

 

Registering the Model and adding domain to B3DLoader: https://github.com/Dummyc0m/AmethystMod/blob/master/src/main/java/com/dummyc0m/forgemod/amethyst/client/ClientProxy.java#L44

 

The Block: https://github.com/Dummyc0m/AmethystMod/blob/master/src/main/java/com/dummyc0m/forgemod/amethyst/common/block/single/TestConnector.java

 

This is my first time creating a forge mod, so I am probably doing something wrong. Thank you in advance for the help.

 

Please also advise me on what I am doing wrong in my code as well.

Link to comment
Share on other sites

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.