Option to disable levitating barbarian skybridges
psath opened this issue ยท 0 comments
Minecolonies version
Version:
minecolonies-1.12.2-0.10.348-RELEASE-universal.jar
(From World of Dragons 18.13.223)
Expected behavior
Barbarians affected by Chief Sword's levitate effect don't decide they are stuck and start spamming cobblestone in the sky.
Levitate is clearly intentional but if levitate-derived skybridges are intended, a config option to disable cobblestone bridging entirely (like doBarbariansBreakThroughWalls does for ladder placement) would be nice. The anti-stuck/bridging code could check if it is currently affected by levitate. Or you could just move that chunk of code into the handleBarbarianMovementSpecials method, since it is effectively another anti-stuck approach.
Actual behaviour
Levitating and unable to find a block to move to, they decide to create a cobblestone block in front of them, land on it, and proceed to build skybridges via their anti-stuck logic until they despawn.