NothingCore
Generated page, edit
scripts/gen_schema_pages.py instead.NothingCore recipes (1.20.1), pkl4mc dialect.
Usage
amends "@pkl4mc/nothingcore_recipes.pkl"Example
// NothingCore recipes - one example per type.
// Each entry becomes `<name>.json` under this file's directory.
amends "@pkl4mc/nothingcore_recipes.pkl"
hammer_crushing {
new {
name = "example_hammer_crushing_stone_to_pebble"
input { item = "minecraft:stone" }
output { item = "nothingcore:pebble" }
}
}