Hi, there is this issue where Sniffers and Sniffer Spawn Eggs are completely invisible when loading up a new texture for each. (I only got it to work on the Classic texture pack. I don't have any others.) Despite being invisible, they still have the same mechanics, can be attacked, and still play their sounds. It seems like applying any new texture, unlike other items, will make them bug out and disappear. (Important: this issue relates to MCPE-167164, which was fixed in the 1.20.0.20 preview.)
Steps to Reproduce:
Change to a new texture pack (preferably the Classic one mentioned earlier)
Make sure you have the "Sniffer" Experimental toggle set up in your world
Download then activate it
Now take a look at the Sniffers and Sniffer Spawn Eggs
Observe how they are not visible anywhere
Observed Results: Sniffers and Sniffer Spawn Eggs are not visible by the player.
Expected Results: The Sniffers show up visible despite which textures you are using.
how to fix the issue was sent by OcelotOnesie and Timer RP in a comment. I couldn't have done it without them. Thanks for your support! Have a great day!
Linked issues
is duplicated by 28
relates to 2
Attachments
Comments 26
I'm not sure it works on another texture pack. I only got Classic to work. If I find it happening again on another one, I'll let you know!
As said above this has been fixed.Due to the removal of a few lines of code.
Analysis code
Bug sniffer (1.19.70-1.20.30)
[media]
{
"format_version": "1.8.0",
"minecraft:client_entity": {
"description": {
"identifier": "minecraft:sniffer",
"min_engine_version": "1.8.0",
"materials": {
"default": "sniffer"
},
Fix sniffer (1.20.40)
[media]
{
"format_version": "1.8.0",
"minecraft:client_entity": {
"description": {
"identifier": "minecraft:sniffer",
"materials": {
"default": "sniffer"
},
As you can see removing "min_engine_version" solves the issue.
For people who have versions (1.19.70-1.20.30) you can use
[media]to fix it
@unknown: You added 1.20.51 and 1.20.70.20 to the affected versions lists, but I cannot reproduce this in either of these versions. Have you actually tested this in these versions?
Can you attach screenshot and resource pack to see that problem