Links
Tags
Creators
Details
All versions
0.1.1
Release
Boatism 0.1.13 years ago 3,187
Compatibility
Minecraft: Java Edition
1.20.4
Platform
Fabric
Supported environments
Client and server
Changes
Content
- improved user experience by adding power level key binds (#7)
- made custom plating waterproof the engine
- added explosion safety using plating or by using gameruels
Fixes
- added scroll remap toggle for power level change using the config (#7)
- fixed overheating problem when engine with a high heat value gets re-attached
- removed engine from possible attack targets of Warden and Wolves
- fixed more item sync issues
- fixed more sound handling issues
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:XA2EooAt:A2V6yzFa"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:XA2EooAt:A2V6yzFa"
}

