Forbidden and Arcanus
Generated page, edit
scripts/gen_schema_pages.py instead.Forbidden and Arcanus recipes (1.20.1), pkl4mc dialect.
increase_edelwood_bucket_fullness is out of scope, an empty CustomRecipe with a fixed (id, category) constructor, ignores its JSON body entirely.
Usage
amends "@pkl4mc/forbidden_arcanus_recipes.pkl"Example
// Forbidden and Arcanus recipes - one example per type.
// Each entry becomes `<name>.json` under this file's directory.
amends "@pkl4mc/forbidden_arcanus_recipes.pkl"
apply_modifier {
new {
name = "example_apply_eternal_modifier"
template { item = "forbidden_arcanus:eternal_smithing_template" }
addition { item = "forbidden_arcanus:aureal_ingot" }
modifier = "forbidden_arcanus:eternal"
}
}
clibano_combustion {
new {
name = "example_clibano_combustion_aureal_ingot"
input { item = "forbidden_arcanus:aureal_scrap" }
output { item = "forbidden_arcanus:aureal_ingot" }
experience = 1.0
cookingTime = 200
fireType = "enchanted_fire"
residue { name = "aureal"; chance = 0.3 }
}
}
combine_residues {
new {
name = "example_combine_residues_aureal_ingot"
residueName = "aureal"
residueAmount = 9
output { item = "forbidden_arcanus:aureal_ingot" }
}
}