Tags
Creators
Details
All versions
2.0.0
Release
TechExtensions 2.0.04 months ago 3,488
Compatibility
Minecraft: Java Edition
26.1.x
Platform
Fabric
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Changes
- Added support for Minecraft 26.1(.x)
- Now Shrink Ray hunger/saturation effects are persistent while the changes in size persist
- Added Cyber Shield: an electrically powered shield that features perfect parries and two different use modes:
- Standard: 120° degrees of protection, blocking costs 100 E/tick, perfect parries require blocking right before getting hit
- Perma-Parry: 40° degrees of protection, blocking costs 500 E/tick, every blocked hit is a perfect parry
- Added Soap: an durability-based item that allows to clean blocks. It can be used similarly to a brush and will work with the following block types:
- Oxidized Copper blocks: reverts one oxidation level
- Waxed blocks: removes wax (also works with waxed signs, that will become editable again
- Mossy blocks: removes moss
- Added Bubble Gun: needs to be loaded with water and soap and acts like the powered, long-range, upgraded version of the Soap. Besides doing what the Soap can do, it can also be used to shoot at any living entity to trap it in a floating bubble that will float for some seconds and then pop in the air
Optional dependencies
Any compatible version
Any compatible version
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:So3gzRK5:eB1Jx8sQ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:So3gzRK5:eB1Jx8sQ"
}

