generated from NTCat/mcpacktemp
8 lines
251 B
TOML
8 lines
251 B
TOML
#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"
|
|
|