KubeJS Industrial Foregoing
Modby BobVarioa
A KubeJS addon that lets you create recipes for Industrial Foregoing
Type
Mod
CurseForge Downloads
624,503
CurseForge ID
890485
Last Updated
Apr 13, 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
Enderman Evolution
An early-game Enderman-focused mod
Old Mutant More
The old version of Mutant More for Minecraft 1.16.5. Mutant More adds tons of new mutant mobs into the game!
Subtle Effects
Adding many new subtle details through particles and a few sounds
Additional Resources
Add loose resources to the game without needing the user to install a texture pack themselves.
TombManyGraves 2 API
An API for Tomb Many Graves 2
Delete Item
Config based Itemstack removal for Servers & Modpacks.