Tags
Creators
Details
Licensed LGPL-3.0-only
Published 5 years ago
Updated 2 days ago
All versions
1.7.0
Beta
Spectrum 1.7.0-deeper-down-rc13 years ago 330
Uploaded by
Compatibility
Minecraft: Java Edition
1.19.2
Platforms
Fabric
Quilt
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Any compatible version
Any compatible version
Any compatible version
Changes
Improvements
- Added new textures for Moonstone & Onyx ores
- Added textures for Kindling armor
- Added icons for all status effects
- Reprise teleportation now checks the world border
- Improved the way the DD portal teleports players
- Reworked the Forsaken Cathedral dummy structure
- Improved decay performance when spreading
- capped spawner detection upgrade range at 64
- Kindlings now brawl
- Primordial Fire damage is now more fun
- Added a command to set entities on Primordial Fire
- Moved everything that can be eaten into the cuisine guidebook category
- Added "mud converting" guidebook page type. Updated guidebook
- Lowered Titration Barrel's angels share to not be as brutal in dry biomes
- Pipe Bombs!
- Added cloaks to lots of gatted items
- Increased Doombloom Seed drops
- Made color picker more quiet
Bug Fixes
- Fixed morchella and bristle mead not having status effects
- Fixed fading not consuming glistering melons (Quarx)
- Fixed unlock for titration honey recipe (Eset)
- Fixed z-fighting in potion workshop (Noaaan)
- Added missing config translation
- Fixed disenchanting enchanted books in midnight solution resulting in enchanted books without enchants
- anvil config setting only applies when enchanting items, not combining books
- Fixed dragonrot converting guidebook page type background
- Fixed Myceylon pastry recipes
- Fixed pastel networks not filtering items
- Fixed entity lag in Black Langast
Mod Integration
- Trinkets can be put into Botanias Bauble Box
- Titration Recipes that required honey now use Creates honey fluid, if create is installed
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:3rc31Hgo:bzruOhRw"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:3rc31Hgo:bzruOhRw"
}

