Danger Polish

- Fixed Crash when Deployer attempts to use Sand Paper
This commit is contained in:
simibubi 2021-03-31 15:27:57 +02:00
parent e82f9221b7
commit b6857c2a20

View file

@ -69,7 +69,7 @@ public class DeployerHandler {
boolean rayMode = false;
private ItemUseWorld(World world, Direction face, BlockPos pos) {
super(world);
super(world, world.getChunkProvider());
this.face = face;
this.pos = pos;
}