Mojira Archive
MC-139449

Summoning a mob with a "Silent" NBT tag using a spawn egg plays the ambient sound of the mob

The bug

Using a spawn egg with Silent:1b in the EntityTag plays the ambient sound when the mob is spawned.

How to reproduce

/give @s pig_spawn_egg{EntityTag:{Silent:1b}}

The pig plays the entity.pig.ambient sound once and only then turns silent

Code analysis

Based on 1.13.1 decompiled using MCPConfig.

The method EntityType.create(World, NBTTagCompound, ITextComponent, EntityPlayer, BlockPos, boolean, boolean) plays the ambient sound before applying the NBT data, which would prevent playing the sound.

Unresolved

Blue_future

2018-11-16, 11:23 AM

2023-12-11, 04:04 PM

12

2

Confirmed

Entities, Sound

silent, spawn_egg

Minecraft 1.13.2 - 1.20.4Minecraft 1.13.2, Minecraft 18w45a, Minecraft 18w46a, Minecraft 18w48a, Minecraft 18w48b, Minecraft 18w49a, Minecraft 18w50a, 1.15.2, 20w12a, 1.16.3, 1.16.4 Pre-release 1, 1.16.5, 21w06a, 21w08b, 1.17, 1.17.1, 21w41a, 1.18.2, 22w18a, 1.19.2, 1.20.1, 1.20.4

-