change mod names and package

This commit is contained in:
2021-01-26 22:11:11 +01:00
parent 5d3cb49fd1
commit c3ff68b5ce
10 changed files with 43 additions and 44 deletions

View File

@ -0,0 +1,17 @@
{
"required": true,
"minVersion": "0.8",
"package": "de.mrgeorgen.wolfSignal.mixin",
"compatibilityLevel": "JAVA_8",
"mixins": [
],
"client": [
"MixinClientPlayNetworkHandler",
"MixinDisconnectedScreen",
"MixinClientPlayerEntity",
"MixinMinecraftClient"
],
"injectors": {
"defaultRequire": 1
}
}