Skip to content

Commit

Permalink
script updates
Browse files Browse the repository at this point in the history
  • Loading branch information
johnfg2610 committed Mar 9, 2016
1 parent f0353fa commit 1d2e9f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/scripts/replacedRecipes.zs
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ recipes.addShaped(<flansmod:flakvierling>,

recipes.remove(<ezstorage:search_box>);
recipes.addShaped(<ezstorage:search_box>,
[[<ore:ingotCopper>, <ore:blockEnderCore>, <ore:ingotCopper>],
[[<ore:ingotCopper>, <ExtraUtilities:decorativeBlock1:8>, <ore:ingotCopper>],
[<ore:ingotSteel>, <Railcraft:tool.magnifying.glass>, <ore:ingotSteel>],
[<ore:ingotCopper>, <ore:blockEnderCore>, <ore:ingotCopper>]]);
[<ore:ingotCopper>, <ExtraUtilities:decorativeBlock1:8>, <ore:ingotCopper>]]);

recipes.remove(<ezstorage:storage_core>);
recipes.addShaped(<ezstorage:storage_core>,
Expand Down

0 comments on commit 1d2e9f0

Please sign in to comment.