Tutorials-By-Kaupenjoe / Forge-Tutorial-1.20.X

Repository for my Forge 1.20.X Tutorial Series on YouTube. Playlist link below!
https://www.youtube.com/playlist?list=PLKGarocXCE1H9Y21-pxjt5Pt8bW14twa-
MIT License
130 stars 36 forks source link

Help please <3 #13

Open Convictnub opened 3 months ago

Convictnub commented 3 months ago

I've been creating a new Custom Signs mod for a friend that adds a bunch of new signs into the game, and i've been using this series as a reference as its where i first learned mod stuff. Right now it works fine when i am launching it from the IDE and testing through the :runclient, but when I try to build it into a jar file and run it through the normal minecraft launcher + forge, the textures and names of items get lost. Will attach github repo and images.

Repo: https://github.com/Convictnub/CustomSignsMod

Minecraft through IntelliJ image

Minecraft through CurseForge image

Any help is appreciated!