mirror of
https://github.com/TibiNonEst/cauldron-dyeing.git
synced 2024-11-24 03:27:19 -05:00
Correct compatibility
This commit is contained in:
parent
161d7b850e
commit
a230808ca7
1 changed files with 4 additions and 1 deletions
|
@ -24,8 +24,11 @@
|
||||||
"cauldron-dyeing.mixins.json"
|
"cauldron-dyeing.mixins.json"
|
||||||
],
|
],
|
||||||
"depends": {
|
"depends": {
|
||||||
"minecraft": ">=1.18.2",
|
"minecraft": ">=1.18",
|
||||||
"fabricloader": ">=0.12.0",
|
"fabricloader": ">=0.12.0",
|
||||||
"fabric-object-builder-api-v1": ">=0.1"
|
"fabric-object-builder-api-v1": ">=0.1"
|
||||||
|
},
|
||||||
|
"breaks": {
|
||||||
|
"sodium": "<0.4.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue