Added leather recipe for chemical reactor.
This commit is contained in:
parent
d127e43fee
commit
55e56c3962
1 changed files with 20 additions and 0 deletions
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"type": "techreborn:chemical_reactor",
|
||||
"power": 30,
|
||||
"time": 300,
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:rotten_flesh",
|
||||
"count": 3
|
||||
},
|
||||
{
|
||||
"item": "techreborn:ashes_dust"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"item": "minecraft:leather",
|
||||
"count": 2
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Reference in a new issue