Recipe removal, fixes #2750. Thanks to Ayutac.

Delete centrifuge recipe for poisonous potato
This commit is contained in:
Ayutac 2022-01-14 22:42:07 +01:00 committed by GitHub
parent b2dac12c0f
commit 1d6e11ed4f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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