fix mixin not surviving the renaming

This commit is contained in:
Flemmli97 2020-08-25 19:49:21 +02:00
parent e08787ee28
commit 247a97ba5c

View File

@ -5,7 +5,7 @@
"compatibilityLevel": "JAVA_8", "compatibilityLevel": "JAVA_8",
"mixins": [ "mixins": [
"PlayerClaimMixin", "PlayerClaimMixin",
"WorldClaimMixin", "ServerWorldMixin",
"ServerPlayNetworkHandlerMixin", "ServerPlayNetworkHandlerMixin",
"AbstractBlockStateMixin", "AbstractBlockStateMixin",
"EntityMixin", "EntityMixin",