All versions
1.4+mod
Release
Land Ahoy! 1.46 days ago 67
Uploaded by
Compatibility
Minecraft: Java Edition
26.3
Platforms
Fabric
Forge
NeoForge
Quilt
Supported environments
Server-side
Singleplayer
Changes
Biome Distribution:
- Dappled Forests now replace Forest biomes with low weirdness instead of plains at high weirdness, making them significantly more common and allowing them to border Taiga biomes. This may cause compatability issues and can be disabled in the datapack version by deleting the "overworld" file in the "data/minecraft/dimension" folder.
Biomes:
- Dappled Forests - Now feature muted green grass, podzol and dead bushes, and use the standardized sky, fog, water and lighting used by other cold biomes in the pack.
- Bamboo Jungle - No longer feature jungle trees, instead have new bamboo "trees" made out of bamboo blocks and jungle leaves. Firefly bushes and mossy stone boulders generate commonly, and chickens are now the only "farm animal" to spawn here. Now has distinct grass and foliage tints.
- Stony Shore - Now prominently features mossy cobblestone and moss carpets. Blobs of dirt no longer generate here.
- Forest - Now features occasional dead oak trees overgrown with mushrooms, vines and shelf mushrooms. Birch trees that generate in forests, birch forests and old growth birch forests now have a chance of generating with shelf mushrooms.
General:
- Mushrooms can now be freely placed on all types of logs regardless of light level.
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:pGquGAju:15c446Qk"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:pGquGAju:15c446Qk"
}

