Posted October 23, 20196 yr Hi, i recently have updated my code adding two new items: "pinkguy_block" and "pink_sword" and they doesn't show any texture when i open minecraft, But the most strange is that other items like "tula" or "taurine" are showing properly. I manage to make some changes but unfortunately is not working. Here is the link to my code: https://github.com/deathkazu/ExampleMod Edited October 23, 20196 yr by deathkazu Solved topic
October 23, 20196 yr 2 hours ago, deathkazu said: Here is the link to my code: pink_sword.json Quote "parent": "item/handled", That is incorrect. item/pinkguy_block.json Quote "parent": "examplemod:blocks/pinkguy_block" That needs to be block. Pay attention to your spelling also check your console for errors. Whenever these is a texture/model problem there is always an error in the console. 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.
October 23, 20196 yr Author 14 minutes ago, Animefan8888 said: pink_sword.json That is incorrect. item/pinkguy_block.json That needs to be block. Pay attention to your spelling also check your console for errors. Whenever these is a texture/model problem there is always an error in the console. pink_sword.json what is incorrect? Also, i have changed the item/pinkguy_block.json as you said but keeps with the same problem. I attach the console log log.txt
October 23, 20196 yr 2 minutes ago, deathkazu said: pink_sword.json what is incorrect? The bolded part. It is misspelled. It should be handheld. 5 minutes ago, deathkazu said: Also, i have changed the item/pinkguy_block.json as you said but keeps with the same problem. You also can't have Quote // Models/block state In your json files. That's not how comments work in Json files. Not even sure if there are comments in Json files. 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.
October 23, 20196 yr Author 4 minutes ago, Animefan8888 said: The bolded part. It is misspelled. It should be handheld. You also can't have In your json files. That's not how comments work in Json files. Not even sure if there are comments in Json files. Yes, you're correct i changed the pink_sword.json for handheld I feel stupid, the whole problem was the comments in the .json files Thank you, now is working.
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.