coolsim Posted September 24, 2019 Posted September 24, 2019 Using Forge 1.13.2-25.0.219. So my mod adds textures for vanilla Minecraft, for example, an iron_ingot texture located in resources/assets/minecraft/textures/item/iron_ingot.png. In the eclipse IDE my custom texture works as seen here, whereas when I've built my mod and am using it in both another workspace and through the Minecraft launcher it doesn't use my textures, seen here. Not sure what's going on as it works in the IDE, but not anywhere else. My mod code can be found on GitHub here. Any help with this would be appreciated. Quote
Animefan8888 Posted September 24, 2019 Posted September 24, 2019 14 minutes ago, coolsim said: Any help with this would be appreciated. Check to make sure that the textures are in the built jar file. Also if it does turn out this is a bug you'll have to update from 1.13.2 to 1.14.4 as 1.13 was a in-between version of forge. Quote VANILLA MINECRAFT CLASSES ARE THE BEST RESOURCES WHEN MODDING I will be posting 1.15.2 modding tutorials on this channel. If you want to be notified of it do the normal YouTube stuff like subscribing, ect. Forge and vanilla BlockState generator.
coolsim Posted September 24, 2019 Author Posted September 24, 2019 Yeah I did look though the built jar and the textures were in there. Planning to update to 1.14 anyway but just wondering if I’d done anything incorrect. Quote
Animefan8888 Posted September 24, 2019 Posted September 24, 2019 46 minutes ago, coolsim said: but just wondering if I’d done anything incorrect. No it should just work like a Resource Pack. Quote VANILLA MINECRAFT CLASSES ARE THE BEST RESOURCES WHEN MODDING I will be posting 1.15.2 modding tutorials on this channel. If you want to be notified of it do the normal YouTube stuff like subscribing, ect. Forge and vanilla BlockState generator.
coolsim Posted September 27, 2019 Author Posted September 27, 2019 Updated to 1.14.4-28.1.20 and still not working... just using a seperate resource pack I made for now. Quote
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.