-
Bug
-
Resolution: Fixed
-
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, 1.19, 1.19.1 Release Candidate 2, 1.19.1 Release Candidate 3, 1.19.1, 1.19.2 Release Candidate 1, 1.19.2, 22w42a, 22w43a, 1.19.3 Release Candidate 1, 1.19.3 Release Candidate 3, 1.19.3, 23w04a, 23w06a, 1.19.4 Release Candidate 1, 1.19.4 Release Candidate 3, 1.19.4, 23w16a, 23w17a, 23w18a, 1.20 Pre-release 1, 1.20 Pre-release 2, 1.20 Pre-release 3, 1.20 Pre-release 4, 1.20 Pre-release 5, 1.20 Pre-release 6, 1.20 Pre-release 7, 1.20 Release Candidate 1, 1.20, 1.20.1 Release Candidate 1, 1.20.1
-
None
-
Community Consensus
-
Mob behaviour
-
Normal
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".