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
|
org.gradle.parallel = true
|
||||||
|
|
||||||
# Mod Properties
|
# Mod Properties
|
||||||
version = 2.3.0
|
version = 2.3.1
|
||||||
maven_group = xyz.limepot
|
maven_group = xyz.limepot
|
||||||
archives_base_name = roses_mod
|
archives_base_name = roses_mod
|
||||||
|
|
||||||
|
|
|
@ -44,7 +44,6 @@ public class RosesMod implements ModInitializer {
|
||||||
ModWorldGen.generateWorldGen();
|
ModWorldGen.generateWorldGen();
|
||||||
|
|
||||||
//REGISTER BLOCKS AND BLOCK ITEMS
|
//REGISTER BLOCKS AND BLOCK ITEMS
|
||||||
//TODO: ADD ITEMS TO CREATIVE TABS
|
|
||||||
|
|
||||||
//ROSE FLOWER
|
//ROSE FLOWER
|
||||||
Registry.register(Registries.BLOCK, new Identifier(MOD_ID, "rose_flower"), ROSE_FLOWER);
|
Registry.register(Registries.BLOCK, new Identifier(MOD_ID, "rose_flower"), ROSE_FLOWER);
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
"LimePotato": "Developer"
|
"LimePotato": "Developer"
|
||||||
},
|
},
|
||||||
"contact": {
|
"contact": {
|
||||||
"homepage": "https://limepot.xyz/rosemod",
|
"homepage": "https://modrinth.com/mod/roses-mod",
|
||||||
"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/"
|
||||||
},
|
},
|
||||||
|
@ -39,11 +39,11 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"mixin": "roses_mod.mixins.json",
|
"mixin": "roses_mod.mixins.json",
|
||||||
"custom": {
|
"modmenu:api": true,
|
||||||
"modmenu": {
|
"modmenu": {
|
||||||
"links": {
|
"update_checker": true,
|
||||||
"modmenu.discord": "https://limepot.xyz/redir/discord"
|
"links": {
|
||||||
}
|
"modmenu.discord": "https://limepot.xyz/redir/discord"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue