Skip to content

Commit

Permalink
versioning in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
DeadLeavez committed May 17, 2024
1 parent 1cbae96 commit bb2ae7d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/loot.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
},

Expand Down
11 changes: 10 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
```

## 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.

0 comments on commit bb2ae7d

Please sign in to comment.