Inscriber is fully functional, just needs textures.

This commit is contained in:
AlgorithmX2
2014-03-12 22:14:55 -05:00
parent 0ed0af3d34
commit a60d5a4cc7
8 changed files with 301 additions and 92 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ import appeng.util.Platform;
public class Inscribe implements ICraftHandler, IWebsiteSeralizer
{
public class InscriberRecipe
public static class InscriberRecipe
{
public InscriberRecipe(ItemStack[] imprintable, ItemStack plateA, ItemStack plateB, ItemStack out, boolean usePlates) {