promotional bannermobile promotional banner

Modern Utils

Mod that adds useful utility blocks

File Details

modernutils-0.0.5

  • B
  • Mar 15, 2025
  • 567.22 KB
  • 94
  • 1.21.1
  • NeoForge

File Name

modernutils-0.0.5.jar

Supported Versions

  • 1.21.1

Curse Maven Snippet

NeoForge

implementation "curse.maven:modern-utils-1132821:6307080"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

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