All versions
0.20.0+1.21.11
Alpha
Great Big World 0.20.0+1.21.115 months ago 14
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client and server
Changes
Core
- Fix knowledge transferring to new worlds during same client session
Architect's Assembly
- Fix Dyed Item Frames not in Colored Blocks creative tab
- Add "Cobbled" item variant
- Remove unused mixins
- Move Copper Pressure Plates to new standalone mod here
- Move Delayed Tool Usage to new standalone mod here
Flora & Fauna
- Tropical Fern is now replaceable
- Fix some biome tags
Relics & Ruins
- Fix regular Decorated Pot not in Colored Blocks creative tab
- Ice Temples are slightly more common
- Add Chiseled Snow, Packed Ice, & Prismarine bricks
- Add Cobbled Deepslate Bricks
- Fix GBW Chiseled blocks not craftable in Stonecutter
- Fix Swamp Temples not generating
Swords & Shields
- Add Illusioner Spawn Egg
The Alterworld
- Improved fracturing of Reinforced Deepslate in temple structures
- Temples now always attempt to place a fractured portal
- Ancient portal now ignores sculk blocks when generating, which previously blocks the portal from generating
- Ancient portal overlay now correctly matches the portal color
- Ancient portal activation now activates shriekers
- Ancient Pedestals now have a new model when containing an offering but not lit
- Fix Ancient Pedestals rendering items too big
- Fix Ancient Pedestals able to have item picked up when lit
- Fix Ancient Pedestals not storing itemstack information
- Fix is_alter_jungle biome tag
- Remove all Relic items
- Fix variant mobs still spawning in Overworld
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:Q7LXyx8q:vMXbUae7"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Q7LXyx8q:vMXbUae7"
}

