Chipped
Generated page, edit
scripts/gen_schema_pages.py instead.Chipped recipes (1.20.1), pkl4mc dialect.
Every recipe here does the same thing regardless of station: place an item belonging to any of tags, get back one of every other item sharing that tag, a “swap for any sibling variant” conversion table. The real recipe filters the input item itself out of the results automatically, no output list to write.
Usage
amends "@pkl4mc/chipped_recipes.pkl"Example
recipes
// Chipped recipes - one example per station.
// Each entry becomes `<name>.json` under this file's directory.
amends "@pkl4mc/chipped_recipes.pkl"
botanist_workbench {
new {
name = "example_botanist_workbench_flowers"
tags { "chipped:flowers" }
}
}
glassblower {
new {
name = "example_glassblower_glass"
tags { "chipped:stained_glass" }
}
}
carpenters_table {
new {
name = "example_carpenters_table_planks"
tags { "chipped:planks" }
}
}
loom_table {
new {
name = "example_loom_table_wool"
tags { "chipped:wool" }
}
}
mason_table {
new {
name = "example_mason_table_stone_bricks"
tags { "chipped:stone_bricks" }
}
}
alchemy_bench {
new {
name = "example_alchemy_bench_blocks"
tags {
"chipped:amethyst_block"
"chipped:coal_block"
"chipped:diamond_block"
"chipped:emerald_block"
"chipped:gold_block"
"chipped:iron_block"
}
}
}
tinkering_table {
new {
name = "example_tinkering_table_terracotta"
tags { "chipped:terracotta" }
}
}