WhoCraft / TardisRefined

A Minecraft mod for Forge and Fabric which brings the TARDIS from Doctor Who to Minecraft.
Other
58 stars 23 forks source link

Fix landing on ice, check isLiquid instead of the block #150

Closed thejudge156 closed 1 year ago

thejudge156 commented 1 year ago

Instead of checking if the block is solid blocking, which ice is not for some reason, check if block quite literally is solid. Instead of checking if the block is water or lava, just check if it is just liquid.

Fixes half of #135