SNAPSHOT - modmenu

This commit is contained in:
nelle 2023-01-10 06:49:31 -07:00
parent 31a8e612cd
commit 6b8348fdc7
2 changed files with 11 additions and 2 deletions

View file

@ -3,7 +3,7 @@ org.gradle.jvmargs = -Xmx1G
org.gradle.parallel = true
# Mod Properties
version = 2.3.0
version = 2.3.0-SNAPSHOT-1
maven_group = xyz.limepot
archives_base_name = roses_mod

View file

@ -15,6 +15,7 @@
"issues": "https://github.com/LimePotato/roses-mod/issues",
"sources": "https://github.com/LimePotato/roses-mod/"
},
"license": "Unlicense",
"icon": "assets/roses_mod/icon.png"
},
"intermediate_mappings": "net.fabricmc:intermediary",
@ -37,5 +38,13 @@
}
]
},
"mixin": "roses_mod.mixins.json"
"mixin": "roses_mod.mixins.json",
"custom": {
"modmenu": {
"links": {
"modmenu.discord": "https://discord.gg/EJC9zkX"
}
}
}
}