Куча новых модов + старт исправления датапаков
This commit is contained in:
parent
6fceee973c
commit
f2d67a19f8
32 changed files with 2831 additions and 4 deletions
6
config/pickupnotifier/pickupnotifier-server.toml
Normal file
6
config/pickupnotifier/pickupnotifier-server.toml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#Collect partial pick-up entries (when there isn't enough room in your inventory) in the log.
|
||||
#Might accidentally log items that have not been picked up, therefore it can be disabled.
|
||||
partial_pick_ups = true
|
||||
#Show entries for items picked up that don't go to the player's inventory. This will enable compatibility with some backpack mods, but might also falsely log items the player never actually receives; depending on the backpack implementation.
|
||||
backpack_integration = true
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue