17 lines
483 B
TOML
Raw Normal View History

2025-02-05 00:44:34 -08:00
#Sets behavior for keeping Curios items on death.
#ON - Curios items are kept on death
#DEFAULT - Curios items follow the keepInventory gamerule
#OFF - Curios items are dropped on death
#Allowed Values: ON, DEFAULT, OFF
keepCurios = "DEFAULT"
[menu]
#The minimum number of columns for the Curios menu.
# Default: 1
# Range: 1 ~ 8
minimumColumns = 1
#The maximum number of slots per page of the Curios menu.
# Default: 48
# Range: 1 ~ 48
maxSlotsPerPage = 48