Posted December 4, 201410 yr I am trying to make a mod in FML with items and I have the json class and texture but the texture won't load. json code: { "parent": "builtin/generated", "textures": { "layer0": "deer:textures/items/Venison" }, "display": { "thirdperson": { "rotation": [ -90, 0, 0 ], "translation": [ 0, 1, -3 ], "scale": [ 0.55, 0.55, 0.55 ] }, "firstperson": { "rotation": [ 0, -135, 25 ], "translation": [ 0, 4, 2 ], "scale": [ 1.7, 1.7, 1.7 ] } } } This is located at assets/deer/models/item json name: Venison.json Texture Name: Venison.png Located at: assets/deer/textures/items The texture still doesn't load, please help!
December 4, 201410 yr You have to register it for meshing. Check out my mod, Realms of Chaos, here. If I helped you, be sure to press the "Thank You" button!
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.