haykam821 / Columns

Adds columns to Minecraft.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Columns cannot schedule fluid ticks on 1.18

collintegral opened this issue · comments

Placing and destroying a single column block has no issues, but when I try to place or destroy anything next to it, the world crashes. Crashy gives me this, making me suspect the waterlogged updates are a potential cause:

NoSuchMethodError: 'net.minecraft.class_1951 net.minecraft.class_1936.method_8405()'
at ColumnBlock.getStateForNeighborUpdate (Line 74)
at AbstractBlock$AbstractBlockState.getStateForNeighborUpdate (Line 953)
at AbstractBlock$AbstractBlockState.updateNeighbors (Line 895)
at World.setBlockState (Line 247)
at World.setBlockState (Line 198)
at BlockItem.place (Line 159)
at BlockItem.place (Line 76)
at BlockItem.useOnBlock (Line 50)
at ItemStack.useOnBlock (Line 240)
at ClientPlayerInteractionManager.interactBlock (Line 342)
at MinecraftClient.doItemUse (Line 1649)
at MinecraftClient.handleInputEvents (Line 1901)
at MinecraftClient.tick (Line 1729)
at MinecraftClient.render (Line 1086)
at MinecraftClient.run (Line 733)
at Main.main (Line 238)
at NativeMethodAccessorImpl.invoke0 (Native Method)
at NativeMethodAccessorImpl.invoke (Line 77)
at DelegatingMethodAccessorImpl.invoke (Line 43)
at Method.invoke (Line 568)
at MinecraftGameProvider.launch (Line 608)
at Knot.launch (Line 77)
at KnotClient.main (Line 23)

This was fixed in 8b8c094, but a version has not been released yet.