Links
Tags
Creators
Details
Licensed ARR
Published 2 years ago
Updated last month
All versions
2.0.0
Release
Biome Plus 2.0.0last month 116
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Changes
Biome Plus — 2.0.0
Added
Inverted Forest
- Added Inverted Forest, the first Nether biome introduced by Biome Plus.
- Added large-scale biome generation featuring inverted basalt-covered trees and lava-filled terrain.
- Added natural generation of Nether Fortresses, Bastions, Fossils, and Nether Fossils.
- Added dedicated spawning for Zombified Pigmen, Blaze, Ghast, Magma Cube, and Balloon.
- Balloon now exclusively spawns naturally in the Inverted Forest.
New Blocks
- Added Inverted Log, a unique carbonized log used by the biome's inverted trees.
- Added Levitation Block, granting 5 seconds of levitation when walked over.
- Added Balloon Block, with Redstone support.
- Added Crab Block (Operator/Creative only — Experimental).
- Added Air Block (Operator/Creative only — Experimental) for creating invisible, passable areas.
Inverted Forest Structures
- Added a rare tree structure containing a Balloon Block.
- Structure generation chance: approximately 1/64.
Nether Geodes
- Added Amethyst Geodes to all Nether biomes.
- Added Quartz Geodes, exclusive to the Inverted Forest.
- Added Quartz Crystal growth blocks and multiple crystal growth stages.
- Fully grown Quartz Crystals can drop up to 4 Quartz when harvested.
Experimental
- Crab Block and Air Block are currently experimental and only available to Operators in Creative Mode.
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:2Z2E7oJl:1gmCyHUo"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:2Z2E7oJl:1gmCyHUo"
}

