Jump to content

[SOLVED] [1.12.2] Some item textures doesn't show


deathkazu

Recommended Posts

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 by deathkazu
Solved topic
Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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.

 

sample.thumb.jpg.31fb65e205e14ac4e87600bb623a6abe.jpg

 

I attach the console log

 

log.txt

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.