mirror of
https://github.com/JonasunderscoreJones/NotEnoughCursedness.git
synced 2025-10-23 12:39:19 +02:00
added recipe shear skin and flesh off of player head
This commit is contained in:
parent
46b6853303
commit
155bec7730
1 changed files with 14 additions and 0 deletions
14
src/main/resources/data/nec/recipes/skeleton_skull.json
Normal file
14
src/main/resources/data/nec/recipes/skeleton_skull.json
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
{
|
||||||
|
"type": "minecraft:crafting_shapeless",
|
||||||
|
"ingredients": [
|
||||||
|
{
|
||||||
|
"item": "minecraft:player_head"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "minecraft:shears"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"result": {
|
||||||
|
"item": "minecraft:skeleton_skull"
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue