Sweet berries centrifuge recipe. Some work on #1977

This commit is contained in:
drcrazy 2020-01-13 15:55:26 +03:00
parent 342043dbba
commit 728d4affbe

View file

@ -0,0 +1,23 @@
{
"type": "techreborn:centrifuge",
"power": 5,
"time": 5000,
"ingredients": [
{
"item": "minecraft:sweet_berries",
"count": 32
},
{
"item": "techreborn:cell",
"nbt": "null"
}
],
"results": [
{
"item": "techreborn:cell",
"nbt": {
"fluid": "techreborn:methane"
}
}
]
}