Skip to content

Commit

Permalink
fix a bug with recipe "gravel-pile" related to "always-show-recipe-pr…
Browse files Browse the repository at this point in the history
…oducts" issue #18
  • Loading branch information
FKuerten authored and judos committed Apr 2, 2017
1 parent 0bd5557 commit ea77f43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/prototypes/gravel.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ addItem("gravel","raw-resource","g1[other]",50)
addItem("gravel-pile","raw-resource","g2[other]",50)

addRecipe("stone-brick|gravel", "smelting","", 1.5,{{"gravel-pile",1}}, {{"stone-brick",1}},"")
addRecipe("gravel-pile", "crafting","", 1.5,{{"gravel",5}}, {{"gravel-pile",1}},"b")
addRecipe("gravel-pile", "crafting",nil, 1.5,{{"gravel",5}}, {{"gravel-pile",1}},"b")

addRecipeCategory("hc-pulverizer")
addRecipeCategory("hc-pulverizer")

0 comments on commit ea77f43

Please sign in to comment.