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

@ -1,17 +1,16 @@
{
"schemaVersion": 1,
"id": "autoreconnect",
"version": "1.1.0",
"id": "wolfsignal",
"version": "1.0",
"name": "AutoReconnect",
"description": "This mod will automatically try to reconnect you back to a server if you got disconnected.\nBy default, it will make 4 attempts after 3, 10, 30 and 60 seconds.",
"name": "Wolf Signal",
"description": "send redstone signals thrpugh wolfs",
"authors": [
"Bstn1802"
"MrGeorgen"
],
"contact": {
"homepage": "https://www.curseforge.com/minecraft/mc-mods/autoreconnect",
"sources": "https://github.com/Bstn1802/AutoReconnect",
"issues": "https://github.com/Bstn1802/AutoReconnect/issues"
"homepage": "https://git.redstoneunion.de/MrGeorgen/wolf-signal",
"sources": "https://git.redstoneunion.de/MrGeorgen/wolf-signal"
},
"license": "CC0-1.0",
@ -20,11 +19,11 @@
"environment": "client",
"entrypoints": {
"main": [
"net.autoreconnect.AutoReconnect"
"de.mrgeorgen.wolfSignal.Main"
]
},
"mixins": [
"autoreconnect.mixins.json"
"wolfsignal.mixins.json"
],
"depends": {

View File

@ -1,7 +1,7 @@
{
"required": true,
"minVersion": "0.8",
"package": "net.autoreconnect.mixin",
"package": "de.mrgeorgen.wolfSignal.mixin",
"compatibilityLevel": "JAVA_8",
"mixins": [
],