Tags
Creators
Details
Licensed MIT
Published 3 weeks ago
Updated 3 days ago
All versions
0.18.1+mc1.21.1
Beta
0.18.1+mc1.21.13 days ago 48
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.1
Platforms
Fabric
NeoForge
Supported environments
Client and server
Changes
Changed
- One file now serves both NeoForge and Fabric.
Compatibility
- Biomes added by packs built on Biolith meet up across the world's edge. New chunks may not line up with land generated before.
- Distant terrain drawn by Distant Horizons 3.3 carries on across the world's edge.
Fixed
- With C2ME on Fabric, terrain now continues across the world's edge.
- A Firework Rocket exploding at the world's edge hurts you and the mobs standing just past it.
- A Sniffer at the world's edge remembers where it has already dug.
- A Bee working a flower at the world's edge fills up with nectar and carries it home.
- A Bee flying home across the world's edge keeps the Beehive it belongs to.
- A Conduit at the world's edge gives Conduit Power to you and attacks the hostile mobs standing just past it.
- A Fox at the world's edge stalks and pounces on the Chicken and Rabbit standing just past it.
- A Sign or Hanging Sign at the world's edge opens the side you stand on when you use it from just past the edge.
- A Minecart with Furnace at the world's edge drives away from you when you fuel it from just past the edge.
- A Minecart at the world's edge and another just past it push each other apart.
- Short Grass, Tall Grass, flowers, Kelp and Bamboo keep their thickness as you cross the world's edge.
- A Boat you use at the world's edge stays in your hand while a mob stands against you from just past the edge.
Fixed (AstikorCarts Redux)
- A cart pulled across the world's edge keeps its speed and stays attached.
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:CdjG7l5z:N2MdLzrT"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:CdjG7l5z:N2MdLzrT"
}

