diff --git a/config/loot.jsonc b/config/loot.jsonc index c056c63..6219cd3 100644 --- a/config/loot.jsonc +++ b/config/loot.jsonc @@ -238,7 +238,7 @@ "items": //1st Priority (Highest) { "5c1d0c5f86f7744bb2683cf0": { "multi": 0.8 }, //Blue Keycard - "5c1d0efb86f7744baf2e7b7b": { "multi": 0.3 } //Red Keycard + "5c1d0efb86f7744baf2e7b7b": { "multi": 0.3 } //Red Keycard } }, diff --git a/readme.md b/readme.md index a4a037e..d77581b 100644 --- a/readme.md +++ b/readme.md @@ -67,4 +67,13 @@ to ``loot.jsonc`` Any errors that look like below, while scary looking, are completely harmless. It just means that it didnt find any settings to pull from, and no changes will be made to their rarity. ```log [LootFuckery] Found item without matching parent: 5cc9c20cd7f00c001336c65d - Parent: LightLaser -ID: 55818b0e4bdc2dde698b456e -``` \ No newline at end of file +``` + +## 1.3.2 + +- Fixes global items. Thanks dj346 +- Made the mod adhere to package.json specifications + +Config files made for 1.3.1 ARE Compatible. +MOD FOLDER HAS BEEN RENAMED. REMOVE THE OLD ONE AFTER COPYING OVER CONFIG FILES! +Remember to REMOVE the old folder or you will get issues. \ No newline at end of file