promotional bannermobile promotional banner

Just Dire Things [Forge]

A collection of Random Blocks and Items for Automation.

File Details

[Forge] justdirethings-1.0.33.jar

  • R
  • Jun 13, 2026
  • 2.32 MB
  • 157
  • 1.20.1
  • Forge

File Name

[Forge] justdirethings-1.0.33.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Forge

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

Learn more about Curse Maven

Update: - Added a config where you can setup custom goo recipes with dimension specific. (For modpacks, as KubeJS is needed)

For KubeJS we need to do a script using this syntax:

ServerEvents.recipes(event => { event.custom({ type: "justdirethings:goospread", craftingDuration: 4800, id: "justdirethings:modid_1_to_2", input: { Name: "kubejs:modid_1_block" }, output: { Name: "kubejs:modid_2_block" }, tierRequirement: 4 }) })

and you combine it with the config:

gooSpreadingSpecificDimensions = [["kubejs:modid_1_block", "minecraft:overworld"], ["kubejs:modid_2_block", "minecraft:the_nether"]]

There are 4 tiers of goo