Impact cryo requirement fix

This commit is contained in:
Anuken
2022-06-19 00:22:06 -04:00
parent 077ee978f6
commit a8a2b9f684
3 changed files with 14 additions and 2 deletions

View File

@@ -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);
}};