SNAPSHOT - modmenu
This commit is contained in:
parent
31a8e612cd
commit
6b8348fdc7
2 changed files with 11 additions and 2 deletions
|
@ -3,7 +3,7 @@ org.gradle.jvmargs = -Xmx1G
|
||||||
org.gradle.parallel = true
|
org.gradle.parallel = true
|
||||||
|
|
||||||
# Mod Properties
|
# Mod Properties
|
||||||
version = 2.3.0
|
version = 2.3.0-SNAPSHOT-1
|
||||||
maven_group = xyz.limepot
|
maven_group = xyz.limepot
|
||||||
archives_base_name = roses_mod
|
archives_base_name = roses_mod
|
||||||
|
|
||||||
|
|
|
@ -15,6 +15,7 @@
|
||||||
"issues": "https://github.com/LimePotato/roses-mod/issues",
|
"issues": "https://github.com/LimePotato/roses-mod/issues",
|
||||||
"sources": "https://github.com/LimePotato/roses-mod/"
|
"sources": "https://github.com/LimePotato/roses-mod/"
|
||||||
},
|
},
|
||||||
|
"license": "Unlicense",
|
||||||
"icon": "assets/roses_mod/icon.png"
|
"icon": "assets/roses_mod/icon.png"
|
||||||
},
|
},
|
||||||
"intermediate_mappings": "net.fabricmc:intermediary",
|
"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"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue