1.6
Compatibility
Changes
v1.6 Update Notes:
-> Updated version to 1.20.4(NeoForge)
-> Removed all Biomes & Dimensions
-> Removed all Structures
-> Chaos Fruit now generates in any Crimson Forest Biome in the Nether
-> Lumin Grass now generates on the Surface in Flower Forest Biome
-> Flora Fruit now generates on the Surface in the following Biomes(Cherry Grove, Flower Forest, Jungle)
-> Removed Flora Cat Entity
-> Adjusted Advancement requirements & removed some previous Advancements
-> Removed all Armor & Tools
-> Removed some Recipes
-> Changed the Recipes for the following items(Flora Chest, Iron Flora Chest, Diamond Flora Chest)
-> Removed some Villager Trades
-> Removed Ambrosia
-> Added a new Plant "Fairy Berries"
-> Fairy Berries generate in the following Biomes(Deep Lukewarm Ocean, Deep Ocean, Ocean, Warm Ocean, Lukewarm Ocean)
-> Fairy Berries have a subtle glow making them easier to find underwater
-> If you use Bonemeal on Fairy Berries, there is a 70% chance another Fairy Berry Plant will grow(chance for another to be dropped so you can have infinite)
-> Added new Items(Fairy Berry, Fairy Fruit, Fairy Mushroom)
-> Fairy Berry drops from the Fairy Berries plant
-> Fairy Fruit has a 50% chance of dropping whenever you break any leaves on trees(except for spruce, dark oak and cherry)
-> Fairy Mushroom has a 50% chance of dropping whenever you break any tree logs(except for spruce, dark oak and cherry)
-> Fixed a bug where Fairy Fruit and Fairy Mushroom would not drop correctly
-> Removed Fairy Altar completely
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:zTQhG1OB:CRBerEl2"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:zTQhG1OB:CRBerEl2"
}

