Tags
Creators
Details
All versions
v4.4+mod
Release
AN v4.4last week 466
Compatibility
Minecraft: Java Edition
26.3
Platforms
Fabric
Forge
NeoForge
Quilt
Supported environments
Server-side
Singleplayer
Changes
General
- Added a new structure template: Cave Storage. It generates in upper caves and contains loot.
- Added a new cave type: Chamber. It generates uncommonly and connects to tunnel caves.
- Added lava lakes and open lava springs to cave biomes.
- Added shelf fungi around huge fungi in the Wart Heap biome.
- Adjusted the distribution of netherrack, blackstone, and basalt patches in cave biomes.
- Adjusted the distribution and amount of ambient particles in each biome.
- Increased the size of huge fungi in old-growth biomes.
- Deleted potent sulfur ore feature from Sulfur Fields biome.
Gameplay
- Added a new item: Ender Pearl Bundle. It stores 9 ender pearls and releases them when used.
- Added cushions to chairs in Grand Bastion structures.
- Adjusted the Bastion Castle explosive loot table. Added sulfur and potent sulfur.
Technical
- Adjusted world density values. Terrain is now marginally more enclosed.
- Renamed and reordered some features for better consistency.
- Renamed some files and folders for better consistency.
- Removed custom particles for Ghosted and Volatile Sulfur Cube entities.
- Fixed basalt spike ceilings generating incorrectly on bottom of foliage.
- Fixed Ghosted spawning in the Wart Heap biome.
- Major and minor changes.
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:9EFaPoo8:XnqamJjB"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:9EFaPoo8:XnqamJjB"
}

