Cell dupe fix (#2737)

* Update nitro_diesel.json

reduced from 5 to 2 to remove the cell duplication.
running this recipe gave 3 free cells

* Update nitrocoal_fuel.json

reduced from 5 to 2 to remove the cell duplication.
running this recipe gave 3 free cells

* Update sulfuric_acid.json

reduced from 3 to 2 to remove the cell duplication.
running this recipe gave 1 free cell

* Update nitrogen_dioxide.json

increased from 1 to 2 return correct cell input
running this recipe lost 1 cell

* Update water.json

increased from 1 to 2 return correct cell input
running this recipe lost 1 cell
This commit is contained in:
xanthian 2022-01-17 22:47:07 +00:00 committed by GitHub
parent 6db3df3037
commit 98eed4da8e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 10 additions and 8 deletions

View file

@ -15,10 +15,10 @@
"results": [
{
"item": "techreborn:cell",
"count": 5,
"count": 2,
"nbt": {
"fluid": "techreborn:nitro_diesel"
}
}
]
}
}

View file

@ -15,10 +15,10 @@
"results": [
{
"item": "techreborn:cell",
"count": 5,
"count": 2,
"nbt": {
"fluid": "techreborn:nitrocoal_fuel"
}
}
]
}
}

View file

@ -15,9 +15,10 @@
"results": [
{
"item": "techreborn:cell",
"count": 2,
"nbt": {
"fluid": "techreborn:nitrogen_dioxide"
}
}
]
}
}

View file

@ -15,10 +15,10 @@
"results": [
{
"item": "techreborn:cell",
"count": 3,
"count": 2,
"nbt": {
"fluid": "techreborn:sulfuric_acid"
}
}
]
}
}

View file

@ -15,9 +15,10 @@
"results": [
{
"item": "techreborn:cell",
"count": 2,
"nbt": {
"fluid": "minecraft:water"
}
}
]
}
}