workaround mixin agent not correctly handling mixins in subpackages declared using '/'

This commit is contained in:
TropheusJ 2022-01-30 13:58:37 -05:00 committed by GitHub
parent b02b2d58e3
commit fb54d297bc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,8 +3,8 @@
"package": "net.fabricmc.fabric.mixin.entity.event",
"compatibilityLevel": "JAVA_16",
"mixins": [
"elytra/LivingEntityMixin",
"elytra/PlayerEntityMixin",
"elytra.LivingEntityMixin",
"elytra.PlayerEntityMixin",
"BedBlockMixin",
"EntityMixin",
"LivingEntityMixin",
@ -14,7 +14,7 @@
"TeleportCommandMixin"
],
"client": [
"elytra/ClientPlayerEntityMixin"
"elytra.ClientPlayerEntityMixin"
],
"injectors": {
"defaultRequire": 1,