Sweet berries and kelp got their methane and plantball recipes. Closes #1977
This commit is contained in:
parent
728d4affbe
commit
70789d3ce0
3 changed files with 55 additions and 0 deletions
|
@ -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"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"type": "techreborn:compressor",
|
||||
"power": 2,
|
||||
"time": 400,
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:kelp",
|
||||
"count": 8
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"item": "techreborn:compressed_plantball"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"type": "techreborn:compressor",
|
||||
"power": 2,
|
||||
"time": 400,
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:sweet_berries",
|
||||
"count": 8
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"item": "techreborn:compressed_plantball"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in a new issue