fabric-example-mod/src/main/resources/data/examplemod/recipes/charcoal.json
Joshua7Perkins c7da687185 update
2020-10-07 02:02:38 -05:00

17 lines
217 B
JSON

{
"type": "minecraft:crafting_shaped",
"pattern": [
"C"
],
"key": {
"C": {
"item": "examplemod:block_of_charcoal"
}
},
"result": {
"item": "minecraft:charcoal",
"count": 9
}
}