Posted May 8, 20205 yr so i am new to modding (not to programming) and was following a tutorial from "TechnoVision" (part 1, part 2 (at 9:45 is the point mine breaks)) and was not running into any problems until i wanted to test adding in 1 item to the game and got an ExceptionInInitializerError. i was following the tutorial pretty accurate and the code seems to be fine so i thing it is a java thing but i can not figure out what it is specificly. this is my error log (not my terminal output but basically the same) latest.log can someone pleas tell me what the problem is Edited May 9, 20205 yr by Inanis the topic is resolved
May 8, 20205 yr Author @poopoodice I have to post my code tommorow it is 1am here but the code in part 2 of the tutorial at 9.00 has my code exept the item RUBY is GEAR instead. that is al the difference.
May 9, 20205 yr First, use the latest MDK, not recommended, there are a ton of bugfixes and newer mappings in the latest. Second, make sure you scan all the way through your logs. This is something you should always do when debugging code and stuff, it is not specific to forge modding. The issue is explained right there for you: Quote Caused by: net.minecraft.util.ResourceLocationException: Non [a-z0-9/._-] character in path of location: examplemod:Gear
May 9, 20205 yr Author @Ugdhar oops read over that... I am an idiot "Gear" capital G not in a-z thanks for your help
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.