forbidden_arcanus_js-2101.1.3.jar
Curse Maven Snippet
What's new
Supports registering residue types, but you need to re-enter the world to apply modifications.
ServerEvents.recipes(event => {
event.recipes.forbidden_arcanus.clibano_combustion(Item.of("bedrock"))
.inputs("iron_ingot", "gold_ingot")
.residue("kubejs:residue_type",1)
})
//Note that you need to use ServerEvents.registry instead of ServerEvents.recipes
ServerEvents.registry("forbidden_arcanus:residue_type", event => {
console.log("residue");
//Due to unknown reasons, there is no code completion available
event.create("kubejs:residue_type").create(Component.string("test"), 1, Item.of("iron_ingot"))
})
This mod has no additional files

