Tags
Creators
Details
Licensed ARR
Published 3 years ago
All versions
4.0.1
Release
neoforge-excessive_building-1.21.1-4.0.14 months ago 4,733
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
Overhaul Patch || v4.0.1 MC-1.21.1
Additions
- Added the Magnet, a new tool which attracts items within a 16 block area to the user while sneaking
- Re-added 19 paintings from the "Excessive Building community painting thingy" back in 2024
- Added 1 painting by Brickerman, "Peace Sells But Who's Crafting?"
Changes
- Frosted Lanterns now have decreased radius that they spawn particles in and decreased max amount of particles
- Floral Clay Blocks for Clay Block recipe has been changed to Floral Clay Ball for Clay Ball
Translations
- Added zh_tw translations by @DEEMsss
Fixes
- Fixed Almentra Brick Walls incorrectly being named "Almentra Statue"
- Aridite no longer uses the
#minecraft:has_ruined_portal_desertbiome tag to generate and instead uses its own - Fixed a duplicate recipe input for smelting Floral Clay Blocks
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:Z6nG4rGU"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:2vsx0HYf:Z6nG4rGU"
}

