add breaks override for create

This commit is contained in:
Infinidoge 2025-06-23 16:02:18 -04:00
parent 2a7b49faf8
commit f3e9cbfb11
Signed by: Infinidoge
SSH key fingerprint: SHA256:GT2StvPQMMfFHyiiFJymQxfTG/z6EWLJ6NWItf5K5sA
3 changed files with 15 additions and 2 deletions

View file

@ -0,0 +1,13 @@
{
"schema_version": 1,
"overrides": [
{
"path": "<mods>/create-fabric-0.5.1-f-build.1416+mc1.19.2.jar",
"breaks": [
{
"remove": "sound_physics_remastered"
}
]
}
]
}