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
@@ -0,0 +1,17 @@
{
"modify_range": {
"//": "Determines if the range for the attribute should be modified or not.",
"//default": false,
"value": false
},
"min": {
"//": "The lowest possible value for the attribute.",
"//default": -100.0,
"value": -100.0
},
"max": {
"//": "The highest possible value for the attribute.",
"//default": 512.0,
"value": 512.0
}
}