-
Bug
-
Resolution: Unresolved
-
1.19.2 Hotfix, 1.20.40, 1.20.60.22 Preview, 1.20.50, 1.20.51 Hotfix, 1.20.60
-
Confirmed
-
Multiple
-
1128136
In Java, when a Zombie Villager spawns in a Mangrove Swamp, it spawns with the Swamp outfit.
In Bedrock, when a Zombie Villager spawns in a Mangrove Swamp, it spawns with the Plains outfit.
Testing with a behavior pack, adding
{ "filters": { "any_of": [ { "test": "has_biome_tag", "value": "swamp" }, { "test": "has_biome_tag", "value": "mangrove_swamp" } ] }, "add": { "component_groups": [ "swamp_villager" ] } },
into zombie_villager_v2.json in the appropriate section resolved the issue for me and my Realm, so I hope it'd be a fairly easy fix to implement properly
- is duplicated by
-
MCPE-178589 In a swamp biome villager not a swamp villager
- Resolved