Posted September 3, 20178 yr Hi, I am very new to Java (but can learn code quickly :P) and am having some trouble getting my mod to work. I am very familiar with creating .json models and the resources folder layout, have already figured out how to register normal items (mod loaded properly), and I think blocks, but not the item version of the block. I can't seem to figure out what the crash log is telling me what to fix in my code. (Both Attached) Sorry if this post is in the wrong section; I'm very new here! EDIT: I'm running Forge 1.12-14.21.1.2387 with Java JDK 8u144 in Eclipse Oxygen. (Latest) Thanks! --Crafter src.zip crash-2017-09-03_19.23.56-client.txt Edited September 3, 20178 yr by CrafterMaster360
September 4, 20178 yr Author So, looking back at the code, I'm pretty sure createItemBlock isn't being called properly, or it doesn't output to the string "name", which then uses a null argument in BlockFurniture, then BlockBase. Is that right, and what do you suggest I change?
September 4, 20178 yr Author I've never used GitHub before so I'm not sure if it uploaded properly. https://github.com/CrafterMaster360/FurnitureMod
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.