Tags
Creators
Details
2.3.0
Compatibility
Changes
I learned how to do 3d modeling so yes.
New Additions:
- Added Altar of Gluttony
- Added Altar of Food
- Orb of Gluttony
- Added Divine Goblet
- Added Gluttonous Scythe
- Added Harvest Sword
Recipes for Orb of Gluttony and Divine Goblet, Bosses do not spawn naturally, they spawn with their respected Altar. Altars do not spawn in the world yet, need to be obtained via creative.
Entities:
- Ylfehilm, God of Food
- Beelzebub, Demon of Gluttony
Other Changes:
- Changed explosion for Particle Destroyer, doesn't destroy blocks
- Added Recipe to Ball of Meat
- Reworked food values and saturation values for Endgame food items
Credits:
- Beelzebub's and Ylfehilm's Skins are not mine and are someone else's, you can find them down below.
- https://www.planetminecraft.com/skin/god-skin-4564363/
- https://www.planetminecraft.com/skin/beelzebub-the-great-fly-4729698/
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:Xj7wEyql:dtoJcOqp"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Xj7wEyql:dtoJcOqp"
}

