Skip to content

Commit

Permalink
Changes to gravel deconstruct recipe. (#36888)
Browse files Browse the repository at this point in the history
  • Loading branch information
arijust authored and kevingranade committed Jan 10, 2020
1 parent 06b4143 commit e813f5b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions data/json/furniture_and_terrain/terrain-railroads.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,12 @@
"items": [ { "item": "pebble", "count": [ 1, 3 ] }, { "item": "sharp_rock", "count": [ 0, 1 ] } ]
},
"deconstruct": {
"ter_set": "t_null",
"items": [ { "item": "pebble", "count": [ 2, 6 ] }, { "item": "sharp_rock", "count": [ 1, 3 ] } ]
"ter_set": "t_pit_shallow",
"items": [
{ "item": "pebble", "count": [ 75, 100 ] },
{ "item": "sharp_rock", "count": [ 0, 2 ] },
{ "item": "rock", "count": [ 4, 12 ] }
]
},
"flags": [ "BASHABLE", "TRANSPARENT" ]
},
Expand Down

0 comments on commit e813f5b

Please sign in to comment.