Skip to content

Commit

Permalink
json fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
kevingranade committed Apr 3, 2020
1 parent cde5bb0 commit 33ff6fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data/mods/Magiclysm/itemgroups/itemgroups.json
Original file line number Diff line number Diff line change
Expand Up @@ -672,7 +672,7 @@
"//": "Reagents you'd use in crafting a wide variety of things, including alchemy and rituals.",
"type": "item_group",
"subtype": "distribution",
"items": [ { "item": "mercury", "prob": 15, "charges_min": 50 } ]
"items": [ { "item": "mercury", "prob": 15, "charges-min": 50 } ]
},
{
"id": "science",
Expand Down
2 changes: 1 addition & 1 deletion data/mods/Magiclysm/items/recipe_books.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
"max_level": 6,
"intelligence": 9,
"time": "20 m",
"fun": "-1"
"fun": -1
},
{
"id": "magic_armormaking",
Expand Down

0 comments on commit 33ff6fd

Please sign in to comment.