gnembon / fabric-carpet

Fabric Carpet
MIT License
1.65k stars 261 forks source link

Fix movableBlockEntities crashing in 1.20.2 #1817

Closed manyrandomthings closed 9 months ago

manyrandomthings commented 9 months ago

The PistonBaseBlock#moveBlocks() method was modified slightly in 1.20.2 causing the mixin target to shift slightly, which causes a crash when a piston moves any block.

altrisi commented 9 months ago

Thanks!