This commit is contained in:
Kenzie Togami
2019-09-04 20:55:47 -07:00
committed by Jesse Boyd
parent 1b07846746
commit 122f3b2562
14 changed files with 609 additions and 12 deletions

View File

@ -0,0 +1,14 @@
{
"required": true,
"package": "com.sk89q.worldedit.fabric.mixin",
"compatibilityLevel": "JAVA_8",
"mixins": [
"MixinServerPlayerEntity",
"MixinMinecraftServer"
],
"server": [
],
"injectors": {
"defaultRequire": 1
}
}