4
Overlapping Texture
So I have a problem where I place a block down that has a completely different texture it turns into a carved pumpkin but when placed in a item it keeps it's original texture. How do I fix this so when I place it down without using a item frame it doesn't turn into a carved pumpkin by default?
1
This sounds like a mod/texture pack etc has reassigned the carved pumpkin texture to whatever block is having the issue, but did not change the item texture
You may need to disable your add-ons/packs one by one until you find the culprit
Look through any additions you have running that may be the problem
Look in
assets/minecraft/textures/block to confirm the proper texture is still available (or see to what it has been changed)
assets/minecraft/models/block to check that the json hasn't been changed
assets/minecraft/blockstates to check if the model is still correct
Getting the placed carved pumpkin back to normal depends on where and how it was changed (but it may just be simpler not to use the offending pack)
You may need to disable your add-ons/packs one by one until you find the culprit
Look through any additions you have running that may be the problem
Look in
assets/minecraft/textures/block to confirm the proper texture is still available (or see to what it has been changed)
assets/minecraft/models/block to check that the json hasn't been changed
assets/minecraft/blockstates to check if the model is still correct
Getting the placed carved pumpkin back to normal depends on where and how it was changed (but it may just be simpler not to use the offending pack)
