Exclude Steam shared libraries from non-steam ver

This commit is contained in:
Anuken
2021-12-06 18:45:05 -05:00
parent 1c49bcc3b1
commit a1fbd3397b
2 changed files with 6 additions and 1 deletions

View File

@@ -2202,7 +2202,7 @@ public class Blocks{
drillTime = 150f;
tier = 4;
size = 2;
range = 3; //TODO make it 2?
range = 3;
consumes.liquid(Liquids.hydrogen, 1f / 60f).boost();
}};