Posted April 28, 201510 yr Is there any way to render your blocks programmatically? I am working on a mod that has a ton of combinations for different blockstates and creating the number I need is not feasible at all. Check http://www.reddit.com/r/feedthebeast/comments/2ni6av/eli5_the_18_block_model_change/ for an example of what I am talking about. I am assuming that in order to do this, I would have to revert back to the old block rendering system in 1.7.
April 28, 201510 yr It's impossible to look back. ISimpleBlockRenderingHandler won't back. But ExtendedBlockState and ISmartBlockModel would help. See this tutorial and may it help: http://www.minecraftforge.net/forum/index.php/topic,28714.0.html Author of Tao Land Mod. http://taoland.herbix.me/images/1/14/TaoLandLogo.png[/img] Also, author of RenderTo ---- I'm not an English native speaker. I just try my best.
April 28, 201510 yr Author Thanks for the quick help herbix. I will not get a chance to try it out this morning (got Calc II finals today!) but maybe this evening I can let you know how it goes. HeXHaX
April 28, 201510 yr Hi YOu might also find this tutorial project useful, it has two working examples of ISmartBlockModel. https://github.com/TheGreyGhost/MinecraftByExample (see MBE04 and MBE05) -TGG
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.