This commit is contained in:
Anuken
2022-08-25 00:49:11 -04:00
parent 7a8155965a
commit 276a59b874
2 changed files with 5 additions and 1 deletions

View File

@@ -1286,7 +1286,7 @@ public class Blocks{
drawer = new DrawMulti(new DrawDefault(), new DrawHeatOutput());
size = 2;
heatOutput = 15f;
craftTime = 60f * 10f;
craftTime = 60f * 8f;
consumeItem(Items.phaseFabric);
}};