Add new stone, wood, and leaves types for various mods including Alex's Caves, Natures Spirit, and Quark; expand allowed sounds for Sound Physics Remastered; remove obsolete resource and shader packs for cleaner project structure.

This commit is contained in:
Leonid Pershin
2026-05-08 03:02:03 +03:00
parent 3aff0a3b0d
commit a5844bc8c7
135 changed files with 4849 additions and 1 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": 0.0,
"value": 0.0
},
"max": {
"//": "The highest possible value for the attribute.",
"//default": 10.0,
"value": 10.0
}
}
@@ -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": 100.0,
"value": 100.0
}
}