mirror of
https://github.com/TibiNonEst/cauldron-dyeing.git
synced 2025-03-14 06:18:44 -05:00
16 lines
323 B
JSON
16 lines
323 B
JSON
{
|
|
"package": "me.tibinonest.mods.cauldron_dyeing.mixin",
|
|
"required": true,
|
|
"compatibilityLevel": "JAVA_17",
|
|
"mixins": [
|
|
"AbstractCauldronBlockMixin",
|
|
"CauldronBehaviorMixin"
|
|
],
|
|
"client": [
|
|
"BiomeColorsMixin",
|
|
"sodium.SodiumBlockRendererMixin"
|
|
],
|
|
"injectors": {
|
|
"defaultRequire": 1
|
|
}
|
|
}
|