1.16.3 - just mappings

This commit is contained in:
modmuss50 2020-09-19 14:30:12 +01:00
parent 86014001ba
commit 19f7e17f7d
8 changed files with 12 additions and 12 deletions

View file

@ -102,7 +102,7 @@ public class ToolsUtil {
worldIn.setBlockState(pos, Blocks.DIRT.getDefaultState());
}
HitResult hitResult = playerIn.rayTrace(20D, 0F, false);
HitResult hitResult = playerIn.raycast(20D, 0F, false);
if (placeDummyBlocks) {
worldIn.setBlockState(pos, Blocks.AIR.getDefaultState());