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
Changelog - 0.0.3
- Add the missing textures for the mechanical crafter screen and color code the buttons based on their current mode
- Add the texure and model for the mini chest block
- Fix the size for the mini chest container GUI
- Fix for disabled slots now be handled correctly for placing remaining items
- Fix tooltip for the config btn in mechanical crafter screen
- Added compat to have more recipes work in mechanical crafter
- In the side config screen each side show the block placed on the relative side in GUI
- Remove the unnecessary resizing of window
- Fix mini chest not being craftable in survival (Added a recipe)
- Fix channel connection issue for using mod on serverside
- Fixed language issues: Replaced hardcoded old mod ID in various places.
- Fixed config screen bug: Missed a edge case in setting the side config mode
- Resolved output slot edge case: Prevented remaining items (e.g., buckets, glass bottles) from being placed in disabled output slots after crafting.