@@ -11,7 +11,7 @@
|
||||
|
||||
public class EnchantmentFrostWalker extends Enchantment {
|
||||
|
||||
@@ -41,8 +45,11 @@
|
||||
@@ -46,8 +50,11 @@
|
||||
IBlockData iblockdata2 = world.getType(blockposition1);
|
||||
|
||||
if (iblockdata2.getMaterial() == Material.WATER && (Integer) iblockdata2.get(BlockFluids.LEVEL) == 0 && iblockdata.canPlace(world, blockposition1) && world.a(iblockdata, blockposition1, VoxelShapeCollision.a())) {
|
||||
|
||||
Reference in New Issue
Block a user