some backpack tweaks and updated backpack quests (#1741)
* some flax stuff * linen stuff * flax line stuff * flax again * rapseed wild crop changes * flax worldgen * revert grooming station update * more flax stuff * trying to fix stuff one doesn't work * recipes and lang * Update CHANGELOG.md Signed-off-by: GameStar <56610486+BlueBoat29@users.noreply.github.com> * fixes * recipe changes * quest changes * Update sophisticatedbackpacks-server.toml Signed-off-by: GameStar <56610486+BlueBoat29@users.noreply.github.com> * Update sns-server.toml * horseshoes --------- Signed-off-by: GameStar <56610486+BlueBoat29@users.noreply.github.com>
This commit is contained in:
parent
f5f68df229
commit
ab7d6e5173
9 changed files with 365 additions and 82 deletions
|
|
@ -16,7 +16,7 @@
|
|||
slotCap = 32
|
||||
#The maximum item size allowed in the container
|
||||
#Allowed Values: TINY, VERY_SMALL, SMALL, NORMAL, LARGE, VERY_LARGE, HUGE
|
||||
allowedSize = "SMALL"
|
||||
allowedSize = "NORMAL"
|
||||
|
||||
["Container Item Config"."Leather Sack"]
|
||||
#Determines if this container will automatically pickup items
|
||||
|
|
@ -81,7 +81,7 @@
|
|||
slotCount = 27
|
||||
#Item stack max for the type of container
|
||||
#Range: 1 ~ 512
|
||||
slotCap = 64
|
||||
slotCap = 128
|
||||
#The maximum item size allowed in the container
|
||||
#Allowed Values: TINY, VERY_SMALL, SMALL, NORMAL, LARGE, VERY_LARGE, HUGE
|
||||
allowedSize = "SMALL"
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@
|
|||
[server.leatherBackpack]
|
||||
#Number of inventory slots in the backpack
|
||||
#Range: 1 ~ 144
|
||||
inventorySlotCount = 27
|
||||
inventorySlotCount = 36
|
||||
#Number of upgrade slots in the backpack
|
||||
#Range: 0 ~ 10
|
||||
upgradeSlotCount = 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue