Removed Purify Crafting Handler.

Added Crystal Growth ( for Nether, Certus, and Fluix. )
Added Macerator Crafting Handler.
Added Pulverizer Crafting Handler.
Implemented Grid Crafting Handler.
Formation Planes now eject items in a more consistent manner.
Formation Planes can now place, or eject into replaceable blocks ( air/grass/fluids )
This commit is contained in:
AlgorithmX2
2014-02-23 00:55:46 -06:00
parent 8b3071553d
commit 15f300c553
13 changed files with 314 additions and 106 deletions
+2
View File
@@ -12,4 +12,6 @@ public interface IIC2
ItemStack getItem(String string);
void maceratorRecipe(ItemStack in, ItemStack out);
}