ActuallyAdditions/src/main/resources/data/actuallyadditions/recipes/tiny_charcoal.json

12 lines
196 B
JSON
Raw Normal View History

2020-09-07 07:37:56 +02:00
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "minecraft:charcoal"
}
],
"result": {
"item": "actuallyadditions:tiny_charcoal",
"count": 9
}
}