Mod Menu Support
This commit is contained in:
parent
2f2a58a185
commit
76fe8606d7
3 changed files with 7 additions and 8 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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);
|
||||
|
|
|
@ -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,12 +39,12 @@
|
|||
]
|
||||
},
|
||||
"mixin": "roses_mod.mixins.json",
|
||||
"custom": {
|
||||
"modmenu:api": true,
|
||||
"modmenu": {
|
||||
"update_checker": true,
|
||||
"links": {
|
||||
"modmenu.discord": "https://limepot.xyz/redir/discord"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue