Tags
Creators
Details
Licensed MIT
Published 6 years ago
Updated 2 years ago
All versions
0.2.18+1.18
Release
[1.18.2] Things - 0.2.184 years ago 11.4K
Compatibility
Minecraft: Java Edition
1.18.2
Platform
Fabric
Supported environments
Client and server
Changes
Additions
- Shock Absorber: A late-game trinket that reduces both fall and kinetic damage by 75%
- Arm Extender: A mid to late-game trinket extends both attack and mining reach by two blocks
- Broken Watch: A mid-game trinket that extends potion effect duration by 50% when worn
Tweaks
- The Bater Wucket now works as a Transfer-API storage, meaning you can use it, for example, to fill tanks from tech mods
- There is now a default-off config option to make containers locked by a container key indestructible
Bugs Fixed
- Using the Infernal Scepter with a Fire Charge in your offhand no longer crashes the game
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:VzAGdu9D:20KpxXrW"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:VzAGdu9D:20KpxXrW"
}
