nethercraft-classic-fabric/resources/nethercraft-classic.mixins.json
IveBeenAlone 144603f59d
Some checks are pending
build / build (push) Waiting to run
Initial Commit
2025-03-01 14:02:22 -05:00

11 lines
174 B
JSON

{
"required": true,
"package": "xyz.ibatv.nethercraft.mixin",
"compatibilityLevel": "JAVA_21",
"mixins": [
"ExampleMixin"
],
"injectors": {
"defaultRequire": 1
}
}