promotional bannermobile promotional banner

Just Dire Things [Forge]

A collection of Random Blocks and Items for Automation.

File Details

[Forge] justdirethings-1.0.46.jar

  • R
  • Jun 29, 2026
  • 2.35 MB
  • 25
  • 1.20.1
  • Forge

File Name

[Forge] justdirethings-1.0.46.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:just-dire-things-forge-1533501:8338187")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Update 1.0.46 Changelog:

Bug Fixes:

 - Fixed Auto Smelter not working when a tool is operated from within a Block Breaker or Clicker machine

  - Fixed Block Breaker T2 and Advanced Clicker charging the tool after the break/click — the first operation with a fresh tool now smelts correctly

  - Fixed filter cache not clearing after shift-clicking an item into a machine filter (machine would continue using stale filter results until chunk reload)

  - Fixed filter items not being saved on crash when added via shift-click

  - Fixed filter slot click protection in machine containers applying to the wrong slot range

  - Fixed Block Placer T2 and Fluid Placer T2 passing the wrong block position to getCloneItemStack, causing incorrect filter comparisons

  - Fixed Fluid Collector T2 filter comparing block items instead of fluid buckets (e.g. filter slot now correctly accepts a Water Bucket to whitelist water)

  - Fixed fluid machine setAmountStored using reference equality instead of isEmpty(), which could corrupt the stored fluid amount after draining the tank to zero

  - Fixed Fluid Collector and Fluid Placer machine slots accepting non-fluid-container items

  - Fixed FilterBasicSlot.mayPlace() not being overridden, allowing items to be placed into filter slots through automation

-Improvements:

  - Fluid Collector T2 and Fluid Placer T2 blockstates now properly rotate to face all six directions