Disable hopper check configuring, breaks various hopper machines
This commit is contained in:
parent
809120c67f
commit
64cd5dcd0c
1 changed files with 1 additions and 7 deletions
|
@ -19,13 +19,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
-
|
||||||
+ // Spigot start
|
|
||||||
+ if ( !this.n() )
|
|
||||||
+ {
|
|
||||||
+ this.d( world.spigotConfig.hopperCheck );
|
|
||||||
+ }
|
|
||||||
+ // Spigot end
|
|
||||||
return false;
|
return false;
|
||||||
} else {
|
} else {
|
||||||
return false;
|
return false;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue