mirror of
https://github.com/TibiNonEst/cauldron-dyeing.git
synced 2025-04-29 04:54:09 -05:00
Backport to 1.17
This commit is contained in:
parent
6418399d20
commit
3c1503af6b
9 changed files with 35 additions and 38 deletions
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"package": "me.tibinonest.mods.cauldron_dyeing.mixin.sodium",
|
||||
"required": false,
|
||||
"compatibilityLevel": "JAVA_17",
|
||||
"compatibilityLevel": "JAVA_16",
|
||||
"client": [
|
||||
"SodiumBlockRendererMixin"
|
||||
],
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"package": "me.tibinonest.mods.cauldron_dyeing.mixin",
|
||||
"required": true,
|
||||
"compatibilityLevel": "JAVA_17",
|
||||
"compatibilityLevel": "JAVA_16",
|
||||
"mixins": [
|
||||
"BlocksMixin",
|
||||
"CauldronBehaviorMixin",
|
||||
|
|
|
@ -24,8 +24,9 @@
|
|||
"cauldron-dyeing.compat.sodium.mixins.json"
|
||||
],
|
||||
"depends": {
|
||||
"minecraft": ">=1.18",
|
||||
"minecraft": ">=1.17",
|
||||
"fabricloader": ">=0.12.0",
|
||||
"fabric-object-builder-api-v1": ">=0.1"
|
||||
"fabric-object-builder-api-v1": ">=0.1",
|
||||
"fabric-networking-blockentity-v0": ">=0.1"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue