mirror of
https://github.com/Jozufozu/Flywheel.git
synced 2024-12-29 08:26:37 +01:00
Danger Polish
- Fixed Crash when Deployer attempts to use Sand Paper
This commit is contained in:
parent
e82f9221b7
commit
b6857c2a20
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue