NotEnoughCursedness/src/main/resources/data/nec/recipes/green_birch.json

14 lines
219 B
JSON

{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "minecraft:green_dye"
},
{
"item": "minecraft:birch_log"
}
],
"result": {
"item": "nec:green_birch_log"
}
}