Posted April 23, 201312 yr Hey everyone, I'm trying to make a simple custom render for a block I'm working on but need some help. I've looked up plenty of tutorials on how set up what you need like modelID, registering it, etc. In the class that implements ISimpleBlockRenderingHandler, they all say put my "rendering code" into the renderWorldBlock method which always confuses me. I haven't found a single tutorial that has told me what "rendering code" looks like. I assume there are simple methods that let me create basic shapes at coordinates in the block but I don't know. Anyway, if someone knows what to do can you please tell me? Thanks a lot!
April 23, 201312 yr Author Hey everyone, I'm trying to make a simple custom render for a block I'm working on but need some help. I've looked up plenty of tutorials on how set up what you need like modelID, registering it, etc. In the class that implements ISimpleBlockRenderingHandler, they all say put my "rendering code" into the renderWorldBlock method which always confuses me. I haven't found a single tutorial that has told me what "rendering code" looks like. I assume there are simple methods that let me create basic shapes at coordinates in the block but I don't know. Anyway, if someone knows what to do can you please tell me? Thanks a lot!
May 2, 201312 yr I was just doing this. https://github.com/skore13/renderLib It's my work in progress library that is supposed to make it easier to make custom renderers. You might also want look into .obj loading. Example mod using this is Equivalent Exchange (and I think that pahimar is creator of obj loading feature of forge) https://github.com/pahimar/Equivalent-Exchange-3 Creator of easy custom renderer library without tile entity. https://github.com/skore13/renderLib
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.