Impact cryo requirement fix
This commit is contained in:
@@ -1277,7 +1277,7 @@ public class Blocks{
|
||||
drawer = new DrawMulti(new DrawDefault(), new DrawHeatOutput());
|
||||
size = 2;
|
||||
heatOutput = 15f;
|
||||
craftTime = 60f * 15f;
|
||||
craftTime = 60f * 12f;
|
||||
consumeItem(Items.phaseFabric);
|
||||
}};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user