1
0
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:
Jonathan Coates
2025-01-12 12:44:57 +00:00
parent d3a3ab3c21
commit 0b389e04b0
7 changed files with 23 additions and 16 deletions

View File

@@ -0,0 +1,13 @@
{
"required": true,
"package": "dan200.computercraft.mixin",
"minVersion": "0.8",
"compatibilityLevel": "JAVA_17",
"injectors": {
"defaultRequire": 1
},
"mixins": [
"TagEntryAccessor",
"TagsProviderMixin"
]
}

View File

@@ -9,5 +9,8 @@
},
"depends": {
"computercraft": "*"
}
},
"mixins": [
"computercraft-datagen.fabric.mixins.json"
]
}

View File

@@ -13,8 +13,6 @@
"ExplosionDamageCalculatorMixin",
"ItemEntityMixin",
"ItemMixin",
"ServerLevelMixin",
"TagEntryAccessor",
"TagsProviderMixin"
"ServerLevelMixin"
]
}