[BUG] Villager conversion doesn't work
CACOKKOTA opened this issue ยท 0 comments
Minecraft Version
1.20.1
Mod Version
19.0.4
Mod Loader
Forge
What environment are you running the mod in?
Client
Issue Description
so, my config looks like this:
[minecraft.villager]
#Should the entity be allowed to spawn normally?
allowNormalSpawning = false
#Should spawners be able to spawn the entity?
allowSpawners = true
#Should spawn eggs be able to spawn the entity?
allowSpawnEggs = true
#Should the entity spawn via mob conversion? i.e. villager -> zombie
allowConversions = true
according to it villagers can't spawn in world (and that's true, it's working, villages are empty) BUT can be spawned via mob conversion
then why the hell they got instantly removed after healing zombie variation (also, mob can't be spawned via /summon command)
They can be spawned with spawn egg and mob spawner
guess this happens because of making the removeagressively a default behaviour, i don't know :/