Skip to content

Commit 25a6ca8

Browse files
authored
QOL changes (#224)
# Changes * Added a global mute option for webclient sounds * Added a `ContainerSizeMax` config value to adjust how many objects containers can hold before spilling contents. * Adjusted container content rendering and general colors/layout of recipes (See example) # Examples ![image](https://github.com/user-attachments/assets/e00a273b-6369-49e9-80c4-c43c5636b008)
1 parent 1dd4a1f commit 25a6ca8

File tree

15 files changed

+275
-124
lines changed

15 files changed

+275
-124
lines changed

_datafiles/config.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,7 @@ ConsistentAttackMessages: true
191191
CorpsesEnabled: true
192192
# - CorpseDecayTime -
193193
# How long until corpses crumble to dust (Go away).
194+
# See ShopRestockRate comments for time format.
194195
CorpseDecayTime: 1 hour
195196
# - MaxAltCharacters -
196197
# How many characters beyond their original character can they create? Players
@@ -217,6 +218,9 @@ NightHours: 8
217218
# - LeaderboardSize -
218219
# Maximum size of each leaderboard. 0 to disable.
219220
LeaderboardSize: 10
221+
# - ContainerSizeMax -
222+
# Maximum number of objects a container can hold before stuff overflows
223+
ContainerSizeMax: 10
220224
################################################################################
221225
#
222226
# MEMORY/CPU OPTIMIZATIONS

0 commit comments

Comments
 (0)