Disable hopper check configuring, breaks various hopper machines
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user