Tags
Creators
Details
Licensed MIT
Published last year
Updated 8 months ago
All versions
2.0.0-1.21.1-fabric
Release
Impenduits 2.0.0-1.21.1-fabric8 months ago 851
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Client and server
Required content
Any compatible version
Changes
Impenduits v2.0.0
Changes
- Reworked Impenduit Field formation logic to be more consistent and robust.
- Now, fields iterate out from the origin point instead of going in one direction until interrupted.
- Block destruction has also been streamlined because it was janky before.
- Impenduit Pylons now eject their power cores based on where they were clicked - no more will they eject power cores in random directions! (at least if the core slots aren't blocked off)
- Impenduit Fields now block rain both visually and functionally.
Additions
- Added various advancements relating to Impenduit Fields
- "Misterious" - Activate an Impenduit Field
- "Smashing Forcefields" - Deactivate an Impenduit Field
- "Hard Ice Bridge" - Walk on an Impenduit Field with Frost Walker
- "Wait, That's Illegal" (hidden) - Use Riptide while touching an Impenduit Field in an ultrawarm dimension.
- Added statistics relating to Impenduit Fields
- Added impenduits.maxImpenduitFieldSize gamerule to allow adjustment the max impenduit field size.
- Defaults to 24, can range from 0 to 64.
- Setting this to 0 will disable Impenduit field formation entirely.
What's to come:
- I'm planning on adding an archaeology structure that has some goodies as well as demoing some of the uses of Impenduit Fields, so stay tuned for that.
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:iYrQWVBW:3EzqbmDS"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:iYrQWVBW:3EzqbmDS"
}

