dragonEggBedrockBreaking rule does not work properly below y0 (1.17)
aria1th opened this issue ยท 5 comments
How to reproduce:
use datapack (for example, CavesandCliffsPreview official datapack)
build some dragon egg dupers BELOW y0.
Turn on dragonEggBedrockBreaking rule.
-> dragon Eggs are not being pushed / pulled / falls / jumps.
Carpet version : 1.4.40 = carpet extra
Minecraft version : 1.17, can reproduce at 1.17.1+
note: y0bedrockbreaking does not affect this thing.
Basically, these rules need modification in order to work with extended world height (in this case, lower limit extended below Y=0).
dragonEggBedrockBreaking
should be modified to also allow dragon eggs to break blocks below Y=0, but restricted to only work strictly above the lower limit of the Minecraft world (in this case Y = -63 or higher). y0bedrockbreaking
should be modified to allow dragon eggs to break blocks at the lower limit of the world (Y = -64).
This bug has already been fixed in Carpet extra (unless fix went wrong), please update it.
No, there was #215.