From 88f9fe10b4b653ecd5bae4ef1cd3926ab51831d6 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sun, 28 Jun 2020 11:57:46 -0700 Subject: No longer require editing base game migration.json Update Readme for mod effects --- json/items/migration.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 json/items/migration.json (limited to 'json') diff --git a/json/items/migration.json b/json/items/migration.json new file mode 100644 index 0000000..184db76 --- /dev/null +++ b/json/items/migration.json @@ -0,0 +1,7 @@ +[ + { + "id": "hk_ucp", + "type": "MIGRATION", + "replace": "hk_ucp" + } +] -- cgit v1.2.1