Grace period increased / Even more starting resources / Pulverizer buff

This commit is contained in:
Anuken
2018-08-06 12:52:29 -04:00
parent aaa82b34e4
commit 77f9d6cb1d
3 changed files with 9 additions and 9 deletions

View File

@@ -226,12 +226,12 @@ public class CraftingBlocks extends BlockList implements ContentList{
output = Items.sand;
health = 80;
craftEffect = BlockFx.pulverize;
craftTime = 60f;
craftTime = 50f;
updateEffect = BlockFx.pulverizeSmall;
hasItems = hasPower = true;
consumes.item(Items.stone, 2);
consumes.power(0.2f);
consumes.power(0.1f);
}};
solidifier = new GenericCrafter("solidifer"){{