1.16.3 - just mappings
This commit is contained in:
parent
86014001ba
commit
19f7e17f7d
8 changed files with 12 additions and 12 deletions
|
@ -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());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue