4

Overlapping Texture

HaydenLourd 6/4/24 6:51 pm
392
6/4/2024 7:02 pm
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?
Posted by
HaydenLourd
Level 1 : New Miner
0

  Have something to say?

JoinSign in

1

ScotsMiser
06/04/2024 7:02 pm
Level 71 : Legendary Miner
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)
2

Welcome