Skip to content

Commit

Permalink
Add recipe for conveyor elevator (#199)
Browse files Browse the repository at this point in the history
  • Loading branch information
founderio committed Oct 3, 2016
1 parent 70c82ab commit 7f8d542
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions common/net/teamio/taam/TaamRecipes.java
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,14 @@ public static void registerCraftingRecipes() {
'S', partSupportFrame,
's', partSieve
));
// Elevator
GameRegistry.addRecipe(new ShapedOreRecipe(new ItemStack(TaamMain.blockProductionLine, 1, Taam.BLOCK_PRODUCTIONLINE_META.elevator.ordinal()),
"MFM","PFP", "MSM",
'P', materialAluminumPlate,
'M', "partMotor",
'F', partIronFrame,
'S', partSupportFrame
));

/*
* Conveyor Stuff (Production Line Attachables)
Expand Down

0 comments on commit 7f8d542

Please sign in to comment.