Sweet berries and kelp got their methane and plantball recipes. Closes #1977

This commit is contained in:
drcrazy 2020-01-13 16:19:54 +03:00
parent 728d4affbe
commit 70789d3ce0
3 changed files with 55 additions and 0 deletions

View file

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

View file

@ -0,0 +1,16 @@
{
"type": "techreborn:compressor",
"power": 2,
"time": 400,
"ingredients": [
{
"item": "minecraft:kelp",
"count": 8
}
],
"results": [
{
"item": "techreborn:compressed_plantball"
}
]
}

View file

@ -0,0 +1,16 @@
{
"type": "techreborn:compressor",
"power": 2,
"time": 400,
"ingredients": [
{
"item": "minecraft:sweet_berries",
"count": 8
}
],
"results": [
{
"item": "techreborn:compressed_plantball"
}
]
}