KubeJS Industrial Foregoing
Modby BobVarioa
A KubeJS addon that lets you create recipes for Industrial Foregoing
Downloads
616,343
Type
Mod
CurseForge ID
890485
Last Updated
Apr 9, 2026
Description
A KubeJS addon that lets you create recipes for Industrial Foregoing. The provided methods are listed below:
ServerEvents.recipes(event => { event.recipes.industrialforegoing.dissolution_chamber( ["minecraft:tnt"], // input items "minecraft:water", // input fluid "minecraft:sand", // output item 100 // time ) // .outputFluid("minecraft:water"); // output fluid event.recipes.industrialforegoing.fluid_extractor( "minecraft:tnt", // input block "minecraft:sand", // output block 0.5, // break chance "minecraft:lava" // output fluid ) event.recipes.industrialforegoing.stonework_generate( "minecraft:tnt", 100, // water needed 100, // lava needed 50, // water consumed 50 // lava consumed ) event.recipes.industrialforegoing.crusher( // the pickaxe action in the stonework factory "minecraft:tnt", // input item "minecraft:sand" // output item ) event.recipes.industrialforegoing.laser_drill_ore( "minecraft:tnt", // output "minecraft:sand", // catalyst [ //rarity, see below for more details { "blacklist": { "type": "minecraft:worldgen/biome", "values": [ "minecraft:the_end", "minecraft:the_void", "minecraft:small_end_islands", "minecraft:end_barrens", "minecraft:end_highlands", "minecraft:end_midlands" ] }, "depth_max": 16, "depth_min": 5, "weight": 4, "whitelist": {} }, { "blacklist": { "type": "minecraft:worldgen/biome", "values": [ "minecraft:the_end", "minecraft:the_void", "minecraft:small_end_islands", "minecraft:end_barrens", "minecraft:end_highlands", "minecraft:end_midlands" ] }, "depth_max": 255, "depth_min": 0, "weight": 1, "whitelist": {} } ] ) event.recipes.industrialforegoing.laser_drill_fluid( "minecraft:water", // output "minecraft:sand", // catalyst [ // rarity, see wiki for more details { "blacklist": { "type": "minecraft:worldgen/biome", "values": [ "minecraft:the_end", "minecraft:the_void", "minecraft:small_end_islands", "minecraft:end_barrens", "minecraft:end_highlands", "minecraft:end_midlands" ] }, "depth_max": 16, "depth_min": 5, "weight": 4, "whitelist": {} }, { "blacklist": { "type": "minecraft:worldgen/biome", "values": [ "minecraft:the_end", "minecraft:the_void", "minecraft:small_end_islands", "minecraft:end_barrens", "minecraft:end_highlands", "minecraft:end_midlands" ] }, "depth_max": 255, "depth_min": 0, "weight": 1, "whitelist": {} } ], "minecraft:zombie" // entity required below ) })Similar Mods
Cave Dust
Dust is a Minecraft mod that adds the white ash particle from the Basalt Deltas biome to the underground to simulate dus...
Double Doors
🚪 Multiple identical double doors, trapdoors and fence gates can be opened simultaneously.
Power Adapters
Adds new power adapter block to convert power.
Ars Elemancy
An extension of Ars Elemental, adding dual - and quad- elemental armors and foci.
Skinned Lanterns (Forge / NeoForge)
Add skins to Lanterns
Enhanced Attack Indicator
Uses the attack indicator for more than just melee attacks