mirror of
https://github.com/FabricMC/fabric.git
synced 2025-03-27 23:29:58 -04:00
workaround mixin agent not correctly handling mixins in subpackages declared using '/'
This commit is contained in:
parent
b02b2d58e3
commit
fb54d297bc
1 changed files with 3 additions and 3 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue