0.1.7
Compatibility
Changes
Texture Crazy Update! (0.1.7)
- We are now changing how we make our version numbers, being 3 digits for our version number.
- Changed texture of Freezer
- Changed texture of Blender
- Changed texture of Cart (item)
- Fixed Cart entity texture (glitchy wheels)
- Changed Floor Manager mechanics
Floor Managers now does not have a height gap limit. You can place Floor Managers however high you want. There is also a new GUI, accessible through this block, where you can select if you want to go up or down. Floor Managers are not redstone powered anymore, as they are now right clicked.
- Removed High Rise Manager
- Buffed crafting the Floor Manager, as it now only gives 4 of them.
- Changed texture of Motor
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:F4XzvJjY:qlPezP9n"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:F4XzvJjY:qlPezP9n"
}

