All versions
21.1.33+fabric-1.21.1
Release
21.1.33+fabric-1.21.12 months ago 59.1K
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Client and server
Required content
Changes
- Fixed distance being displayed wrongly in waystone selection and
/waystones listcommand - Data Packs: Added
has_structure/deepslate_waystonetag and generation logic- However, waystones still won't generate in the Deep Dark as this is not supported by the default placement modifier.
- Additionally, use of these tags is at your own risk. Vanilla generation is very fickle and it's recommended to use something like Lithostitched to add waystone generation to other biomes instead.
- Data Packs: Fixed
waystones:waystoneplacement modifier only respecting dimension ceilings in the Nether- Same disclaimer as above.
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:LOpKHB2A:rR5i70Pd"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:LOpKHB2A:rR5i70Pd"
}


