mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-09-02 02:27:56 +00:00
Move Fabric datagen mixins to datagen module
This way they don't interfere with other mods doing datagen. Also bump reuse version, to fix issues with globs.
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"required": true,
|
||||
"package": "dan200.computercraft.mixin",
|
||||
"minVersion": "0.8",
|
||||
"compatibilityLevel": "JAVA_17",
|
||||
"injectors": {
|
||||
"defaultRequire": 1
|
||||
},
|
||||
"mixins": [
|
||||
"TagEntryAccessor",
|
||||
"TagsProviderMixin"
|
||||
]
|
||||
}
|
@@ -9,5 +9,8 @@
|
||||
},
|
||||
"depends": {
|
||||
"computercraft": "*"
|
||||
}
|
||||
},
|
||||
"mixins": [
|
||||
"computercraft-datagen.fabric.mixins.json"
|
||||
]
|
||||
}
|
||||
|
@@ -13,8 +13,6 @@
|
||||
"ExplosionDamageCalculatorMixin",
|
||||
"ItemEntityMixin",
|
||||
"ItemMixin",
|
||||
"ServerLevelMixin",
|
||||
"TagEntryAccessor",
|
||||
"TagsProviderMixin"
|
||||
"ServerLevelMixin"
|
||||
]
|
||||
}
|
||||
|
Reference in New Issue
Block a user