Skip to content

Commit

Permalink
Merge pull request #30829 from RarkGrames/Landscaping-fertilizer
Browse files Browse the repository at this point in the history
Changed Landscaping Supply to spawn usable fertilizer
  • Loading branch information
Rivet-the-Zombie authored May 25, 2019
2 parents 92745d7 + d37592a commit 61c0c68
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions data/json/mapgen/landscaping_supply.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,27 +106,27 @@
{ "item": "material_cement", "repeat": [ 1, 2 ], "x": 5, "y": 3 },
{ "item": "material_cement", "repeat": [ 1, 2 ], "x": 6, "y": 3 },
{ "item": "material_cement", "repeat": [ 1, 2 ], "x": 7, "y": 3 },
{ "item": "fertilizer", "repeat": [ 1, 2 ], "x": 9, "y": 3 },
{ "item": "fertilizer", "repeat": [ 1, 2 ], "x": 10, "y": 3 },
{ "item": "fertilizer", "repeat": [ 1, 2 ], "x": 11, "y": 3 },
{ "item": "fertilizer_commercial", "repeat": [ 1, 2 ], "x": 9, "y": 3 },
{ "item": "fertilizer_commercial", "repeat": [ 1, 2 ], "x": 10, "y": 3 },
{ "item": "fertilizer_commercial", "repeat": [ 1, 2 ], "x": 11, "y": 3 },
{ "item": "stick", "repeat": [ 1, 5 ], "x": 0, "y": 4 },
{ "item": "stick", "repeat": [ 1, 5 ], "x": 1, "y": 4 },
{ "item": "stick", "repeat": [ 1, 5 ], "x": 2, "y": 4 },
{ "item": "material_cement", "repeat": [ 1, 2 ], "x": 5, "y": 4 },
{ "item": "material_cement", "repeat": [ 1, 2 ], "x": 6, "y": 4 },
{ "item": "material_cement", "repeat": [ 1, 2 ], "x": 7, "y": 4 },
{ "item": "fertilizer", "repeat": [ 1, 2 ], "x": 9, "y": 4 },
{ "item": "fertilizer", "repeat": [ 1, 2 ], "x": 10, "y": 4 },
{ "item": "fertilizer", "repeat": [ 1, 2 ], "x": 11, "y": 4 },
{ "item": "fertilizer_commercial", "repeat": [ 1, 2 ], "x": 9, "y": 4 },
{ "item": "fertilizer_commercial", "repeat": [ 1, 2 ], "x": 10, "y": 4 },
{ "item": "fertilizer_commercial", "repeat": [ 1, 2 ], "x": 11, "y": 4 },
{ "item": "stick", "repeat": [ 1, 5 ], "x": 0, "y": 5 },
{ "item": "stick", "repeat": [ 1, 5 ], "x": 1, "y": 5 },
{ "item": "stick", "repeat": [ 1, 5 ], "x": 2, "y": 5 },
{ "item": "material_cement", "repeat": [ 1, 2 ], "x": 5, "y": 5 },
{ "item": "material_cement", "repeat": [ 1, 2 ], "x": 6, "y": 5 },
{ "item": "material_cement", "repeat": [ 1, 2 ], "x": 7, "y": 5 },
{ "item": "fertilizer", "repeat": [ 1, 2 ], "x": 9, "y": 5 },
{ "item": "fertilizer", "repeat": [ 1, 2 ], "x": 10, "y": 5 },
{ "item": "fertilizer", "repeat": [ 1, 2 ], "x": 11, "y": 5 }
{ "item": "fertilizer_commercial", "repeat": [ 1, 2 ], "x": 9, "y": 5 },
{ "item": "fertilizer_commercial", "repeat": [ 1, 2 ], "x": 10, "y": 5 },
{ "item": "fertilizer_commercial", "repeat": [ 1, 2 ], "x": 11, "y": 5 }
],
"furniture": {
"#": "f_counter",
Expand Down

0 comments on commit 61c0c68

Please sign in to comment.