added recipe shear skin and flesh off of player head

This commit is contained in:
Jonas_Jones 2023-04-04 23:36:19 +02:00
parent 46b6853303
commit 155bec7730

View file

@ -0,0 +1,14 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "minecraft:player_head"
},
{
"item": "minecraft:shears"
}
],
"result": {
"item": "minecraft:skeleton_skull"
}
}