-
Bug
-
Resolution: Unresolved
-
None
-
Minecraft 1.13-pre6, Minecraft 1.13, 1.14.4, 19w36a, 1.15.2, 1.16.1, 20w29a, 1.16.3, 1.16.4, 20w49a, 20w51a, 21w03a, 1.16.5, 21w05a, 21w05b, 21w06a, 21w07a, 21w08b, 21w10a, 21w11a, 21w17a, 1.17.1, 1.18.1, 1.18.2, 22w18a, 22w19a, 1.19, 1.19.2, 1.19.4 Pre-release 2, 1.19.4
-
None
-
Confirmed
-
Commands, Mob behaviour
-
Normal
-
Platform
• Run : /summon minecraft:dolphin ~ ~ ~ {}
→ If out of water, the dolphin will instantly start to take damage.
→ If under water, the dolphin will instantly start to take damage.
For now, everything is normal (takes damage out of water because Moistness=0, and under water because Air=0, since tags were empty in the command)
• Run : /summon minecraft:dolphin ~ ~ ~
→ If out of water, the dolphin will (still) instantly start to take damage.
→ If under water, the dolphin will not (no longer) instantly start to take damage.
► When leaving completely empty (meaning "not even the brackets") the NBT tag argument, the entity should spawn with its usual tags, like when using a spawn egg. This is not what happens here, for the dolphin's "Moistness" tag. Under water, the dolphin instantly resets its Moistness tag (... since under water), so they avoid damages. But of course, they still spawn with Moistness=0.
- is duplicated by
-
MC-173133 Dolphins don't allow any data values when using /summon
- Resolved