We Random Posted March 4, 2021 Share Posted March 4, 2021 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 Quote Link to comment Share on other sites More sharing options...
We Random Posted March 4, 2021 Author Share Posted March 4, 2021 ok... should how should i? a git hub repo? Quote Link to comment Share on other sites More sharing options...
Beethoven92 Posted March 4, 2021 Share Posted March 4, 2021 Possibly yes Quote Check out the port of the BetterEnd fabric mod (WIP): https://www.curseforge.com/minecraft/mc-mods/betterend-forge-port Link to comment Share on other sites More sharing options...
We Random Posted March 4, 2021 Author Share Posted March 4, 2021 https://github.com/WeRandom/My-Butiful-Test-Mod I think thats how you share github stuff Quote Link to comment Share on other sites More sharing options...
Beethoven92 Posted March 4, 2021 Share Posted March 4, 2021 The registry names of your blocks and items contains invalid character, specifically capital letters Quote Check out the port of the BetterEnd fabric mod (WIP): https://www.curseforge.com/minecraft/mc-mods/betterend-forge-port Link to comment Share on other sites More sharing options...
We Random Posted March 4, 2021 Author Share Posted March 4, 2021 (edited) ooooooooooooooooooooooooooooh ok thank you sooooooooo so much!!!!!!!! i didnt know that capitals were invalid Edited March 4, 2021 by We Random Quote Link to comment Share on other sites More sharing options...
We Random Posted March 4, 2021 Author Share Posted March 4, 2021 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?? Quote Link to comment Share on other sites More sharing options...
We Random Posted March 4, 2021 Author Share Posted March 4, 2021 (edited) 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, 2021 by We Random Quote Link to comment Share on other sites More sharing options...
Beethoven92 Posted March 4, 2021 Share Posted March 4, 2021 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 Quote Check out the port of the BetterEnd fabric mod (WIP): https://www.curseforge.com/minecraft/mc-mods/betterend-forge-port Link to comment Share on other sites More sharing options...
We Random Posted March 4, 2021 Author Share Posted March 4, 2021 ohh so should i remove the _item from the items? Quote Link to comment Share on other sites More sharing options...
We Random Posted March 4, 2021 Author Share Posted March 4, 2021 THANK YOU SOO MUCH!!!!!!!!! Quote Link to comment Share on other sites More sharing options...
Draco18s Posted March 5, 2021 Share Posted March 5, 2021 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. Quote 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. Link to comment Share on other sites More sharing options...
Recommended Posts
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.