Fix coolant cells recipe
This commit is contained in:
parent
92f98a5c56
commit
df8706381b
2 changed files with 37 additions and 29 deletions
|
@ -4,8 +4,12 @@
|
||||||
"time": 60,
|
"time": 60,
|
||||||
"ingredients": [
|
"ingredients": [
|
||||||
{
|
{
|
||||||
"item": "techreborn:cell",
|
"fluid": "techreborn:helium",
|
||||||
"nbt": "helium"
|
"holder": "techreborn:cell"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "techreborn:tin_ingot",
|
||||||
|
"count": 2
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"results": [
|
"results": [
|
||||||
|
|
|
@ -4,8 +4,12 @@
|
||||||
"time": 60,
|
"time": 60,
|
||||||
"ingredients": [
|
"ingredients": [
|
||||||
{
|
{
|
||||||
"item": "techreborn:cell",
|
"fluid": "minecraft:water",
|
||||||
"nbt": "water"
|
"holder": "techreborn:cell"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "techreborn:tin_ingot",
|
||||||
|
"count": 2
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"results": [
|
"results": [
|
||||||
|
|
Loading…
Add table
Reference in a new issue