Added wither skeleton skull recipe (#2730)

Untested. Since skeleton skulls are not too easy to come by either and wither roses are usually locked behind the first wither summon, this seems balanced.
This commit is contained in:
Ayutac 2022-01-08 15:02:03 +01:00 committed by GitHub
parent 59b76b0a95
commit 232012cce9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,19 @@
{
"type": "techreborn:chemical_reactor",
"power": 30,
"time": 400,
"ingredients": [
{
"item": "minecraft:wither_rose",
"count": 8
},
{
"item": "minecraft:skeleton_skull"
}
],
"results": [
{
"item": "minecraft:wither_skeleton_skull"
}
]
}