Skip to content

Commit

Permalink
workaround FabricMC/Mixin#76
Browse files Browse the repository at this point in the history
  • Loading branch information
TropheusJ authored Jan 20, 2022
1 parent e66b59e commit c38261d
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -14,7 +14,7 @@
"TeleportCommandMixin"
],
"client": [
"elytra/ClientPlayerEntityMixin"
"elytra.ClientPlayerEntityMixin"
],
"injectors": {
"defaultRequire": 1,
Expand Down

0 comments on commit c38261d

Please sign in to comment.