geforkt von Mirrors/FastAsyncWorldEdit
14 Zeilen
277 B
JSON
14 Zeilen
277 B
JSON
{
|
|
"required": true,
|
|
"package": "com.sk89q.worldedit.fabric.mixin",
|
|
"compatibilityLevel": "JAVA_8",
|
|
"mixins": [
|
|
"MixinServerPlayerEntity",
|
|
"MixinMinecraftServer"
|
|
],
|
|
"server": [
|
|
],
|
|
"injectors": {
|
|
"defaultRequire": 1
|
|
}
|
|
} |