Jump to content

[1.9] ISimpleBlockRenderingHandler replacement


TheTrollguy_

Recommended Posts

So with the introduction of the new block model rendering system in 1.8, ISBRH has been removed. I've made a block that uses Minecraft's new system, but the thing is the block has over 4000 states, which is absurd and the best way to render that block wouldn't be through Minecraft's rendering system, but rather through a hardcoded render in java. So is there a replacement for ISBRH and if there is are there any tutorials for it.

 

BTW: Using TESR would be a horrible choice since the block I'm making would be placed a lot around the world.

Link to comment
Share on other sites

The closest thing to an

ISBRH

replacement would probably be an

ICustomModelLoader

,

IModel

and

IBakedModel

implementation. I don't think there are any tutorials on the system, but there are several examples in Forge itself.

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.

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.