CurseForge · Minecraft mod
KubeJS Industrial Foregoing
A KubeJS addon that lets you create recipes for Industrial Foregoing
Quick answer
Which KubeJS Industrial Foregoing release should I use?
KubeJS Industrial Foregoing kjsindustrialforegoing-1.0.jar targets 1.20.1 with Forge. The project page does not say whether this file belongs on the client, dedicated server, or both. No extra mods listed for this file.
Where it goes
Is KubeJS Industrial Foregoing required on the client, server, or both?
The project page does not say whether this file belongs on the client, dedicated server, or both.
The source does not explicitly classify this release as client-only or server-only.
What else does KubeJS Industrial Foregoing kjsindustrialforegoing-1.0.jar need?
kjsindustrialforegoing-1.0.jar. Change the file and its required mods may change too.
This file does not list any required mods. Do not add a library just because a different file uses it.
This file does not list any required or optional mods.
Before you install it
Add KubeJS Industrial Foregoing without breaking your instance.
Built for KubeJS Industrial Foregoing kjsindustrialforegoing-1.0.jar. Pick another file and the loader, install side or required mods may change.
- 01
Stick to this file
Use kjsindustrialforegoing-1.0.jar. It targets 1.20.1 with Forge; another release may have different loader, side or dependency requirements.
- 02
Bring the mods it needs
This file does not list any required mods. Do not add a library just because a different file uses it.
- 03
Put it on the correct side
The project page does not say whether this file belongs on the client, dedicated server, or both.
- 04
Pick the file you checked
Use the “Get this file” button beside kjsindustrialforegoing-1.0.jar. It opens that exact file at the source.
About this project
What does KubeJS Industrial Foregoing add?
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
)
})
Project description from CurseForge.
Pick your setup
KubeJS Industrial Foregoing by Minecraft version and loader
Choose the version and loader you play, then open the matching release.
1.19.2
1 loader buildCheck the dependencies, then try the file in a copied instance before changing a world you care about.
Recent files
KubeJS Industrial Foregoing versions and loaders
kjsindustrialforegoing-1.0.jar
17 Aug 2024
kjsindustrialforegoing-1.0.jar
18 Jul 2023
Looking for an older file? The official CurseForge project page is in Resources.