Files
neochrome/pack/config/paxi/datapacks/trees/data/kitchenkarrot/recipes/coaster.json
2026-01-24 05:19:02 -07:00

21 lines
320 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"#": {
"item": "minecraft:iron_nugget"
},
"*": {
"item": "minecraft:stick"
}
},
"pattern": [
"* *",
" # ",
"* *"
],
"result": {
"item": "kitchenkarrot:coaster"
},
"show_notification": true
}