mirror of
https://github.com/TibiNonEst/cauldron-dyeing.git
synced 2025-05-05 23:54:09 -05:00
Housekeeping
- Unify mixin configs - Update dependencies - Require Minecraft 1.18.2
This commit is contained in:
parent
471eb9007d
commit
4a949172c0
5 changed files with 7 additions and 18 deletions
|
@ -1,11 +0,0 @@
|
|||
{
|
||||
"package": "me.tibinonest.mods.cauldron_dyeing.mixin.sodium",
|
||||
"required": false,
|
||||
"compatibilityLevel": "JAVA_17",
|
||||
"client": [
|
||||
"SodiumBlockRendererMixin"
|
||||
],
|
||||
"injectors": {
|
||||
"defaultRequire": 1
|
||||
}
|
||||
}
|
|
@ -8,7 +8,8 @@
|
|||
"LeveledCauldronBlockMixin"
|
||||
],
|
||||
"client": [
|
||||
"BiomeColorsMixin"
|
||||
"BiomeColorsMixin",
|
||||
"sodium.SodiumBlockRendererMixin"
|
||||
],
|
||||
"injectors": {
|
||||
"defaultRequire": 1
|
||||
|
|
|
@ -20,11 +20,10 @@
|
|||
]
|
||||
},
|
||||
"mixins": [
|
||||
"cauldron-dyeing.mixins.json",
|
||||
"cauldron-dyeing.compat.sodium.mixins.json"
|
||||
"cauldron-dyeing.mixins.json"
|
||||
],
|
||||
"depends": {
|
||||
"minecraft": ">=1.18",
|
||||
"minecraft": ">=1.18.2",
|
||||
"fabricloader": ">=0.12.0",
|
||||
"fabric-object-builder-api-v1": ">=0.1"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue