Tags
Creators
Details
Licensed ARR
Published 3 years ago
All versions
4.0.2
Release
neoforge-excessive_building-1.21.1-4.0.2last week 390
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Changes
Overhaul Update Patch || v4.0.2 MC-1.21.1
Important
- The minimum RunicLib version has been bumped to 5.0.7
- Unless more issues arise this likely will be the final update for Excessive Building
- I have more projects I will be working on beyond Minecraft modding in the further future so if you are interested join the AZURUNE Discord server
Additions
- Added Reaching effect
- Increases block interaction reach by +2.0 per level
- Can be brewed into a potion from Awkward Potions and Ancient Fruit, this potion lasts 15 minutes
- Has long and strong versions, the long variant increases the duration to 30 minutes
- Added Placement Delay attribute
- Decreases or increases the delay of placing blocks
- Gauntlet has been updated to use this attribute instead of it being hardcoded
Changes
- Gauntlet's block interaction reach has been decreased by -1.0 (was 3.0 now 2.0)
- Ancient Fruit now grants Reaching I for 10 seconds to hint the player of their properties
- Ancient Fruit's saturation has been decreased by -0.1 (was 0.5 now 0.4)
Translations
- Updated the tooltip for held in any hand (
item.excessive_building.hand) - Updated the tooltip for sneaking with the Magnet (
item.excessive_building.magnet_sneak.desc)
Fixes
- Fixed missing tooltip for the Magnet
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:GeGkzRRV"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:2vsx0HYf:GeGkzRRV"
}


