Simplified centrifuging meat with tags (#2651). Thanks to Ayutac

* Simplified centrifuging meat with tags

* Fixed Recipe File Name Typo
This commit is contained in:
Ayutac 2021-12-17 19:53:26 +01:00 committed by GitHub
parent 06321451b8
commit 8d2c181b17
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
17 changed files with 26 additions and 278 deletions

View file

@ -0,0 +1,12 @@
{
"replace": false,
"values": [
"minecraft:cooked_beef",
"minecraft:cooked_chicken",
"minecraft:cooked_cod",
"minecraft:cooked_mutton",
"minecraft:cooked_porkchop",
"minecraft:cooked_rabbit",
"minecraft:cooked_salmon"
]
}

View file

@ -0,0 +1,12 @@
{
"replace": false,
"values": [
"minecraft:beef",
"minecraft:chicken",
"minecraft:cod",
"minecraft:mutton",
"minecraft:porkchop",
"minecraft:rabbit",
"minecraft:salmon"
]
}

View file

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

View file

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

View file

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

View file

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

View file

@ -4,7 +4,7 @@
"time": 5000, "time": 5000,
"ingredients": [ "ingredients": [
{ {
"item": "minecraft:cooked_cod", "tag": "c:cooked_meat",
"count": 16 "count": 16
}, },
{ {

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -4,7 +4,7 @@
"time": 5000, "time": 5000,
"ingredients": [ "ingredients": [
{ {
"item": "minecraft:cod", "tag": "c:raw_meat",
"count": 12 "count": 12
}, },
{ {

View file

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