BeStar Posted August 26, 2017 Posted August 26, 2017 Hello, I'm currently working on a mod for forge-1.12-14.21.1.2443 (using IntelliJ) First of all i want to add an item to the game but the texture doesn't work. Some information: - I use the registerItems event to register my items - The .json of the item is correct and the texture is in the correct package Can someone help me to fix my code? It isn't much but i've tried many different ways. -> it's still the "missingTexture" texture. https://www.dropbox.com/s/t1ffa43myjwccuh/IntensiveEngeneering.7z?dl=1 Quote
BeStar Posted August 26, 2017 Author Posted August 26, 2017 (edited) https://gist.github.com/anonymous/a6aaf68b9461057a86010ad5b50d7e70 If you need something else -> let me know Edited August 26, 2017 by BeStar Quote
BeStar Posted August 26, 2017 Author Posted August 26, 2017 ok... can you tell me how to do this? Quote
BeStar Posted August 26, 2017 Author Posted August 26, 2017 I changed my RegistrationHandler and >voila< https://gist.github.com/anonymous/14634a3890e7a7fee8b4263b8a0ebcc2 But is this the right way? 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.