All versions
0.20.3+1.21.11
Beta
Great Big World 0.20.3+1.21.114 months ago 15
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client and server
Changes
General
- Removed even more unused/unecessary/debug code
Core
- Fix knowledge storage not created clientside
- Add Options API to add custom video options
- Add ItemEvents#BRUSH for universal brushing blocks functionality
Adventures
- Add Dynamic Darkness Quality video option
- Fix moon affecting night darkness
Flora & Fauna
- Fix stripped hollow pale oak variant translation
Relics & Ruins
- Engraved Stone (Cave Paintings) are now a one-time use per-player, & no longer randomly picks knowledge
Swords & Shields
- Mace/Trident/Shield are now affected by equipment overhaul, supporting enchantment caps & equipment upgrades
- Adjust tool enchantment/upgrade stats to better fit current number of Enchantments per item type
- Add Lunge enchantment to Lightning element
- Fix Fortune registered to 2 elements
- Backend improvements
The Alterworld
- Fractured Alterworld Portals now require brushing & play a sound & learn knowledge upon activation
- Fix Fractured Alterworld portal activation
- Fix Sparse Jungle water colors
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:GdRV7EYn"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Q7LXyx8q:GdRV7EYn"
}

