basic constructor block done, still needs functionality

This commit is contained in:
Raoul Van den Berge
2015-12-24 21:09:58 +01:00
parent 84cf875356
commit e5fe30f707
14 changed files with 359 additions and 5 deletions

View File

@@ -15,7 +15,7 @@ import storagecraft.tile.solderer.SoldererRegistry;
public class CraftingHandlerSolderer extends TemplateRecipeHandler
{
public class SoldererRecipe extends CachedRecipe
class SoldererRecipe extends CachedRecipe
{
private ArrayList<PositionedStack> ingredients = new ArrayList<PositionedStack>();
private PositionedStack result;