Posted February 14, 20187 yr Hi, guys! I am learning programming with Forge, and I have a problem...? In the old Forge versions, I used GameRegistry.register... methods to register blocks/items, but I am a noob on programming with the new Forge 1.12.2 (Recommended Version). Pls help me. EDIT: I researched and found out that we have to use a RegistryEvent.register<T> method..., but how? Edited February 14, 20187 yr by DPaulModz Edit Update
February 14, 20187 yr https://github.com/TheGreyGhost/MinecraftByExample/tree/master/src/main/java/minecraftbyexample I personally think this is a great resource for learning and reading into code. I don't know if there is a video guide too it, but the code itself is quite good and documented. Maybe worth a look. EDIT: Take a look at the Notes.txt - They are quite good. Edited February 14, 20187 yr by SatyPardus
February 14, 20187 yr Just now, DPaulModz said: Which example should I look at? For blocks and items in the Blocks simple and Item simple
February 15, 20187 yr this depends on whether you are using JSON or TESR rendering (note TESR isn't the best way (use this only for dynamic model) Always looking for new challenges, and happy to help the people where ever I can
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.