Mod Menu Support

This commit is contained in:
nelle 2023-03-22 03:11:42 -06:00
parent 2f2a58a185
commit 76fe8606d7
3 changed files with 7 additions and 8 deletions

View file

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

View file

@ -44,7 +44,6 @@ public class RosesMod implements ModInitializer {
ModWorldGen.generateWorldGen();
//REGISTER BLOCKS AND BLOCK ITEMS
//TODO: ADD ITEMS TO CREATIVE TABS
//ROSE FLOWER
Registry.register(Registries.BLOCK, new Identifier(MOD_ID, "rose_flower"), ROSE_FLOWER);

View file

@ -11,7 +11,7 @@
"LimePotato": "Developer"
},
"contact": {
"homepage": "https://limepot.xyz/rosemod",
"homepage": "https://modrinth.com/mod/roses-mod",
"issues": "https://github.com/LimePotato/roses-mod/issues",
"sources": "https://github.com/LimePotato/roses-mod/"
},
@ -39,11 +39,11 @@
]
},
"mixin": "roses_mod.mixins.json",
"custom": {
"modmenu": {
"links": {
"modmenu.discord": "https://limepot.xyz/redir/discord"
}
"modmenu:api": true,
"modmenu": {
"update_checker": true,
"links": {
"modmenu.discord": "https://limepot.xyz/redir/discord"
}
}
}