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:
parent
59b76b0a95
commit
232012cce9
1 changed files with 19 additions and 0 deletions
|
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Reference in a new issue