Skip to content

Commit

Permalink
Changed "fertilizer" to "fertilizer_commercial"
Browse files Browse the repository at this point in the history
  • Loading branch information
RarkGrames committed May 24, 2019
1 parent 8de541c commit d37592a
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 d37592a

Please sign in to comment.