add breaks override for create

This commit is contained in:
Infinidoge 2025-06-23 16:02:18 -04:00
parent 2a7b49faf8
commit bc77fae2fd
Signed by: Infinidoge
SSH key fingerprint: SHA256:GT2StvPQMMfFHyiiFJymQxfTG/z6EWLJ6NWItf5K5sA

View file

@ -0,0 +1,17 @@
{
"schema_version": 1,
"overrides": [
{
"path": "<mods>/create-fabric-0.5.1-f-build.1416+mc1.19.2.jar",
"breaks": [
{
"replace": "sound_physics_remastered",
"with": {
"id": "sound_physics_remastered",
"version": "<1.19.2-1.4.5"
}
}
]
}
]
}