Tags
Creators
Details
0.9.0+1.21.1+fabric
Compatibility
Required content
Changes
Announcement:
I'm currently in my final year of high school, so I have a lot of schoolwork. That means mod updates will be much slower for a very long while, and there probably won't be major new features or frequent fixes in the near future. However, I want to make it clear that I haven't given up on the project. I'll keep working on it when I have time.
Feel free to keep sending suggestions and bug reports. I'll try to check them when I can, but replies may be delayed. Thanks for your understanding.
Thank you all for your continued support.
Additions:
Added Solaris Isles, a new sky island biome (along with Cradlewood, a new type of wood)
Added colored variants for Lunar Leaves
Added composter recipes for many items
Added Voidstone Spike, a new voidstone speleothem block
Tweaks:
Split the huge creative mode tab into many smaller ones
Cursed Garden now adapts to nearby terrain
Nocturnal Millet no longer forces right-click harvesting
The Gatekeeper now only drops the Glimmering Tablet and the Orb of Prophecy after the first challenge (per player)
Fixes:
Fixed Nocturnal Millet crashing the game
Fixed Nocturnal Millet cannot be planted on Nightfall Farmland
Enhanced network security
Fixed a game crash that occurred when attempting to mine a loot chest while items were being ejected from it
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:XvcfUGfB:r2cwvUu6"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:XvcfUGfB:r2cwvUu6"
}

