fabric/fabric-dimensions-v1/src/main/resources/fabric-dimensions-v1.mixins.json
qouteall 8536527b69
Make DFU error-tolerant to mod custom generator types ()
* Make DFU error-tolerant to mod custom generator types.

* Fix license. Rename mixin.

* Fix license.

* Disable remap in Schema2832Mixin
2023-08-13 16:01:27 +01:00

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
}
}