Update .gitignore to include KubeJS directories for better resource management in both client and server configurations.

This commit is contained in:
Leonid Pershin
2026-05-08 01:56:52 +03:00
parent 509ff2fb15
commit e58bcbbc4b
124 changed files with 7158 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
#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