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

14 lines
223 B
JSON

{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "minecraft:player_head"
},
{
"item": "minecraft:shears"
}
],
"result": {
"item": "minecraft:skeleton_skull"
}
}