Skip to content

Commit

Permalink
Add missing recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
jaquadro committed Apr 8, 2015
1 parent a0b4904 commit b21014e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/com/jaquadro/minecraft/gardenstuff/core/ModRecipes.java
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ public void init () {
GameRegistry.addShapedRecipe(new ItemStack(ModBlocks.latticeWood, 8, i), " x ", "xxx", " x ", 'x', new ItemStack(Blocks.planks, 1, i));
}

GameRegistry.addRecipe(new ItemStack(ModItems.mossPaste), "xyx", "yxy", "xyx", 'x', Blocks.vine, 'y', Items.clay_ball);

GameRegistry.addSmelting(wroughtIronIngot, new ItemStack(Items.iron_ingot), 0);
}
}

0 comments on commit b21014e

Please sign in to comment.