MrFantiVideo / MineGate

Add lots of blocks and new variations. (Minecraft)
https://minegate.fr
4 stars 3 forks source link

pistons dont extend below Y 0 due to hard coded value in mixin #15

Closed campbebj closed 2 years ago

campbebj commented 2 years ago

if you try and use a piston below y 0 your piston wont extend.

i believe you need to update https://github.com/MrFantiVideo/MineGate/blob/main/src/main/java/net/minegate/fr/moreblocks/mixin/PistonBlockMixin.java#L30 to use the dimension minimum instead of 0.