mirror of
https://github.com/Jozufozu/Flywheel.git
synced 2025-01-01 01:46:39 +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;
|
boolean rayMode = false;
|
||||||
|
|
||||||
private ItemUseWorld(World world, Direction face, BlockPos pos) {
|
private ItemUseWorld(World world, Direction face, BlockPos pos) {
|
||||||
super(world);
|
super(world, world.getChunkProvider());
|
||||||
this.face = face;
|
this.face = face;
|
||||||
this.pos = pos;
|
this.pos = pos;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue