Posted July 2, 201312 yr Hello guys, I'm just wonderring if someone know a great tutorial how to make Custom Rendered Block. I tried to find some but they were all outdated or I did'nt understand them. Thanks.
July 2, 201312 yr Hello guys, I'm just wonderring if someone know a great tutorial how to make Custom Rendered Block. I tried to find some but they were all outdated or I did'nt understand them. Thanks. Best tutorial: learn from Minecraft code. Look at the torch, both regular and redstone. Look at the repeater and fence. Pros: Always up to date Uses all capabilities of Minecraft Cons: Can be hard to understand There are two ways to create customized blocks. Use Minecraft methods or set the vertices yourself. Either way, vertices are set because that is what Minecraft does anyways. The class you need to look into is net.minecraft.client.renderer.RenderBlocks (if it didn't change with MC 1.6.1, haven't checked yet.) If that doesn't help, feel free to come back and ask, but do refer to this. Maybe I can find any available resources... Cheers.
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.