mirror of
https://github.com/FabricMC/fabric.git
synced 2025-03-14 00:59:57 -04:00
* Make DFU error-tolerant to mod custom generator types. * Fix license. Rename mixin. * Fix license. * Disable remap in Schema2832Mixin
15 lines
297 B
JSON
15 lines
297 B
JSON
{
|
|
"required": true,
|
|
"package": "net.fabricmc.fabric.mixin.dimension",
|
|
"compatibilityLevel": "JAVA_16",
|
|
"mixins": [
|
|
"EntityMixin",
|
|
"RegistryCodecsMixin",
|
|
"Schema2832Mixin",
|
|
"TaggedChoiceMixin",
|
|
"TaggedChoiceTypeMixin"
|
|
],
|
|
"injectors": {
|
|
"defaultRequire": 1
|
|
}
|
|
}
|