Details
-
Bug
-
Status: Reopened
-
Resolution: Unresolved
-
20w51a, 21w05a, 21w05b, 21w06a, 21w07a, 21w15a, 21w18a, 1.17 Pre-release 2, 1.17 Pre-release 5, 1.17 Release Candidate 1, 1.17 Release Candidate 2, 1.17, 1.17.1 Pre-release 1, 1.17.1 Pre-release 2, 1.17.1 Pre-release 3, 1.17.1 Release Candidate 1, 1.17.1, 21w37a, 21w40a, 21w43a, 1.18 Pre-release 4, 1.18 Pre-release 5, 1.18 Pre-release 7, 1.18, 1.18.1 Release Candidate 1, 1.18.1, 1.18.2, 22w12a, 22w15a
-
None
-
None
-
Community Consensus
-
Mob behaviour
-
Normal
Description
Axolotl will still be dry on the boat or boat with chest when rain.
Does not affect the minecart.
Steps to Reproduce:
- Summon an axolotl in a boat on land, whilst it's raining.
/weather rain
/summon minecraft:boat ~ ~ ~ {Passengers:[{id:"axolotl"}]}
- Inspect its "Air" NBT value through the use of the following command:
/data get entity @e[type=minecraft:axolotl,limit=1,sort=nearest] Air
→ Notice how the Air value stays at 6000s, indicating that the axolotl is not "dry".
- Summon an axolotl in a boat that is on water and make sure it's still raining.
/weather rain
/summon minecraft:boat ~ ~ ~ {Passengers:[{id:"axolotl"}]}
- Inspect its "Air" NBT value through the use of the following command:
/data get entity @e[type=minecraft:axolotl,limit=1,sort=nearest] Air
→ Notice how the Air value decreases, indicating that the axolotl is "dry".