Add AmbientSounds mod to client-only jar patterns in sync-mods-from-client.ps1

This commit is contained in:
Leonid Pershin
2026-05-08 01:53:07 +03:00
parent 1031beedd0
commit 61d35ded24
146 changed files with 8710 additions and 1 deletions
@@ -0,0 +1,17 @@
{
"modify_range": {
"//": "Determines if the range for the attribute should be modified or not.",
"//default": true,
"value": true
},
"min": {
"//": "The lowest possible value for the attribute.",
"//default": 0.0,
"value": 0.0
},
"max": {
"//": "The highest possible value for the attribute.",
"//default": 1000000.0,
"value": 1000000.0
}
}