Recipe removal, fixes #2750. Thanks to Ayutac.
Delete centrifuge recipe for poisonous potato
This commit is contained in:
parent
b2dac12c0f
commit
1d6e11ed4f
1 changed files with 0 additions and 23 deletions
|
@ -1,23 +0,0 @@
|
||||||
{
|
|
||||||
"type": "techreborn:centrifuge",
|
|
||||||
"power": 5,
|
|
||||||
"time": 5000,
|
|
||||||
"ingredients": [
|
|
||||||
{
|
|
||||||
"item": "minecraft:poisonous_potato",
|
|
||||||
"count": 12
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"item": "techreborn:cell",
|
|
||||||
"nbt": "null"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"results": [
|
|
||||||
{
|
|
||||||
"item": "techreborn:cell",
|
|
||||||
"nbt": {
|
|
||||||
"fluid": "techreborn:methane"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
Loading…
Add table
Add a link
Reference in a new issue