0.0.5
Compatibility
Changes
Changelog
0.0.5
New Features
-
Make MAGIC BLOCK be a creative only item when enabled in the config
-
Added a config option to enable magic block (DEFAULT VALUE: false)
-
Add GUI for magic block to change the offset and speed
-
Implement a progress bar on the crafter GUI
-
Enhanced Jade tooltip to show more information about the crafter's current state and settings
-
Enhanced JEI integration to not overlap JEI with the crafter GUI and mechanical furnace GUI
-
New Mechanical Furnace Block (TEXTURES WIP)
-
Have addon slots working for the mechanical furnace
-
Have smoking,blasting,campfire upgrades for the mechanical furnace
Bug Fixes
- Fixed an issue with the Mechanical Crafter where it would incorrectly stop crafting even when there was available space. The crafter now properly checks space for remaining items (like empty buckets from recipes) and continues crafting as long as there's room in either input or output slots (depending on your remaining items setting).
- Fixed Mechanical Crafter attempting to output items into disabled slots, now properly respects slot configuration
- Refactor code structure: organize integrations and abstract common functionality into separate classes
- Fix duplicate title rendering in Mechanical Crafter GUI
- Fix item calculation for remaining items in the Mechanical Crafter
- Support quickMoveStack for addon slots also
Optional dependencies
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:6h1fK7Va:edbprryz"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:6h1fK7Va:edbprryz"
}

