Tags
Creators
Details
3.2.3
Compatibility
Required content
Changes
Version Release v3.2.3 Fabric/Quilt-1.20.1/1.21(.1)
Misc Additions
• Added amethyst lamps
• Added thin and thick paper blocks
• Added the "Terrain" painting
• Added an "Oak" prefix to Chest and Trapped Chest blocks (via built in pack so it can be toggled)
Changes
• Updated hardness and sound for almentra
• Updated the texture of almentra and the polished variants (bricks and statues at a later date)
• Updated the texture and model of reaching lanterns
• Updated the recipe for reaching lanterns
• Updated wording of some configuration options to help convey what they do better
• Updated description of the mod
• Removed chance configuration for ancient saplings and gloom seeds (you can just disable them if you don't like them)
Fixes
• Fixed an issue that caused custom sherds and gloom seeds to not appear from loot tables
• Fixed an issue that caused configuration to disable more than what it specified
• Fixed dyed base almentra stairs/slabs missing a recipe
• Fixed ancient leaves not dropping anything
• Fixed some slabs only dropping 1 slab when double
• Fixed missing texture particle on some almentra statues
• Fixed an issue that caused sandstone pillars to be uncraftable via the crafting table
• Fixed tuff tiles being missing from the creative inventory
• Fixed missing translations for reaching lanterns
• Russian translations should now properly work (@BrickerMoss)
1.20.1 Notices
• For 1.20.1 this update changes/updates Excessive Building to it's current state on 1.21 meaning it is very incompatible with previous versions,
proceed with caution and be sure to backup worlds.
• Due to the block reach attribute not existing on this version (and me not wanting to recreate it just for one version) any case in which
block reach was given will be replaced with haste, if you do not like this it is configurable.
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:2vsx0HYf:Q3ZRgEG2"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:2vsx0HYf:Q3ZRgEG2"
}

