Spore press craft time fix
This commit is contained in:
@@ -1097,6 +1097,7 @@ public class Blocks{
|
|||||||
sporePress = new GenericCrafter("spore-press"){{
|
sporePress = new GenericCrafter("spore-press"){{
|
||||||
requirements(Category.crafting, with(Items.lead, 35, Items.silicon, 30));
|
requirements(Category.crafting, with(Items.lead, 35, Items.silicon, 30));
|
||||||
liquidCapacity = 60f;
|
liquidCapacity = 60f;
|
||||||
|
craftTime = 20f;
|
||||||
outputLiquid = new LiquidStack(Liquids.oil, 18f / 60f);
|
outputLiquid = new LiquidStack(Liquids.oil, 18f / 60f);
|
||||||
size = 2;
|
size = 2;
|
||||||
health = 320;
|
health = 320;
|
||||||
|
|||||||
Reference in New Issue
Block a user