Posted June 10, 20169 yr I see that the method "registerBlock" have been deprecated in 1.9 and I have been trying to figure out how to replace it. For the life of me I cannot find anything that can be use to replace it and handle block variants. Could someone point me in the right direction to find this? I know to use GameRegistry.register for normal blocks and items (from what I can tell) but I don't see a way to do variants with it.
June 10, 20169 yr All blocks and items are registered in the same way. 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.
June 10, 20169 yr look into Block#getSubBlocks & blockstates/metadata, register using GameRegistry#register ..also Choonster's TestMod 3 is an amazing resource for learning 1.9+ stuff (I believe he has updated to 1.9.4 now) http://p455w0rd.net/images/forumsignature.png[/img]
June 10, 20169 yr ..also Choonster's TestMod 3 is an amazing resource for learning 1.9+ stuff (I believe he has updated to 1.9.4 now) I have. There's a branch for each Minecraft version since 1.8 (excluding 1.8.8, which was quickly replaced by 1.8.9); though only the latest version is actively developed. 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.
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.