Posted March 4, 20214 yr I am making a mod right? Im using IntellijIdea but its not an issue with Intellij I dont think... I keep on getting an error when i try to run the client (the pastebin is down below). A little something you should know - This is 1.16.5, it was working earlier until i added blocks, and i am a complete noob. https://pastebin.com/Ynj862CG any help is GREATLY appreciated
March 4, 20214 yr Possibly yes Check out the port of the BetterEnd fabric mod (WIP): https://www.curseforge.com/minecraft/mc-mods/betterend-forge-port
March 4, 20214 yr Author https://github.com/WeRandom/My-Butiful-Test-Mod I think thats how you share github stuff
March 4, 20214 yr The registry names of your blocks and items contains invalid character, specifically capital letters Check out the port of the BetterEnd fabric mod (WIP): https://www.curseforge.com/minecraft/mc-mods/betterend-forge-port
March 4, 20214 yr Author ooooooooooooooooooooooooooooh ok thank you sooooooooo so much!!!!!!!! i didnt know that capitals were invalid Edited March 4, 20214 yr by We Random
March 4, 20214 yr Author one thing tho. I changed them all into lowercase and it doesnt come up with an error but now the textures wont load??? is there something im missing??
March 4, 20214 yr Author Like, they work when i place them down but not when i am holding them in my inventory.... do i have to add the item into the lang file? I updated the git hub BTW Edited March 4, 20214 yr by We Random
March 4, 20214 yr The lang file has nothing to do with textures and models..the problem here is that your block have different registry name from their respective block items. Here: https://github.com/WeRandom/My-Butiful-Test-Mod/blob/main/Test Mod - Copy/src/main/java/com/_shadow_/test/setup/ModBlocks.java Check out the port of the BetterEnd fabric mod (WIP): https://www.curseforge.com/minecraft/mc-mods/betterend-forge-port
March 5, 20214 yr 4 hours ago, We Random said: ooooooooooooooooooooooooooooh ok thank you sooooooooo so much!!!!!!!! i didnt know that capitals were invalid I mean...that's literally what the error says. Quote Non [a-z0-9/._-] character in path of location: tbmem:Silver_Ore_Block a-z, not a-Z. Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable. If you think this is the case, JUST REPORT ME. Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice. Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked. DO NOT PM ME WITH PROBLEMS. No help will be given.
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.