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
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

