Added leather recipe for chemical reactor.

This commit is contained in:
drcrazy 2020-01-03 15:56:13 +03:00
parent d127e43fee
commit 55e56c3962

View file

@ -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
}
]
}