mirror of
https://github.com/HbmMods/Hbm-s-Nuclear-Tech-GIT.git
synced 2026-02-24 15:00:48 +00:00
fix FCP oc compat
This commit is contained in:
parent
8686a64141
commit
f0679b04cc
@ -306,6 +306,7 @@ public class FluidPump extends BlockContainer implements INBTTransformable, ILoo
|
||||
int input = args.checkInteger(0);
|
||||
if (input > 10000 || input < 0)
|
||||
return new Object[] {null, "Number outside of bounds."};
|
||||
bufferSize = input;
|
||||
return new Object[] {true};
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user