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:
parent
6db3df3037
commit
98eed4da8e
5 changed files with 10 additions and 8 deletions
|
@ -15,10 +15,10 @@
|
|||
"results": [
|
||||
{
|
||||
"item": "techreborn:cell",
|
||||
"count": 5,
|
||||
"count": 2,
|
||||
"nbt": {
|
||||
"fluid": "techreborn:nitro_diesel"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
@ -15,10 +15,10 @@
|
|||
"results": [
|
||||
{
|
||||
"item": "techreborn:cell",
|
||||
"count": 5,
|
||||
"count": 2,
|
||||
"nbt": {
|
||||
"fluid": "techreborn:nitrocoal_fuel"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
@ -15,9 +15,10 @@
|
|||
"results": [
|
||||
{
|
||||
"item": "techreborn:cell",
|
||||
"count": 2,
|
||||
"nbt": {
|
||||
"fluid": "techreborn:nitrogen_dioxide"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
@ -15,10 +15,10 @@
|
|||
"results": [
|
||||
{
|
||||
"item": "techreborn:cell",
|
||||
"count": 3,
|
||||
"count": 2,
|
||||
"nbt": {
|
||||
"fluid": "techreborn:sulfuric_acid"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
@ -15,9 +15,10 @@
|
|||
"results": [
|
||||
{
|
||||
"item": "techreborn:cell",
|
||||
"count": 2,
|
||||
"nbt": {
|
||||
"fluid": "minecraft:water"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue