Skip to content

Commit

Permalink
Update mod files to new format
Browse files Browse the repository at this point in the history
  • Loading branch information
KheirFerrum committed Nov 7, 2022
1 parent de821bb commit df82516
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion data/mods/Aftershock/items/furniture.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"description": "The Rivtech Atomic Butter Churn in deployed state. It hums menacingly. Ready to add raw milk and salt. It will churn till the earth is a cinder.",
"symbol": "H",
"color": "light_green",
"crafting_pseudo_item": "atomic_pseudo_churn",
"crafting_pseudo_items": [ "atomic_pseudo_churn" ],
"move_cost_mod": -1,
"coverage": 70,
"required_str": -1,
Expand Down
4 changes: 2 additions & 2 deletions data/mods/Magiclysm/furniture.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
"move_cost_mod": -1,
"coverage": 40,
"required_str": -1,
"crafting_pseudo_item": "still_lab",
"crafting_pseudo_items": [ "still_lab" ],
"flags": [ "TRANSPARENT", "NOITEM" ],
"deconstruct": {
"items": [
Expand Down Expand Up @@ -211,7 +211,7 @@
"move_cost_mod": -1,
"coverage": 40,
"required_str": -1,
"crafting_pseudo_item": "demon_forge",
"crafting_pseudo_items": [ "demon_forge" ],
"flags": [ "SEALED", "CONTAINER", "NOITEM", "EASY_DECONSTRUCT", "MINEABLE" ],
"deconstruct": { "items": [ { "item": "demon_chitin_plate", "count": 14 }, { "item": "char_forge", "count": 1 } ] },
"examine_action": "reload_furniture",
Expand Down

0 comments on commit df82516

Please sign in to comment.