Chemical Dissolution Chamber only produce 1mB slurry per ore block
Apot98 opened this issue ยท 2 comments
Please use the search functionality before reporting an issue. Also take a look at the closed issues!
Issue description:
Using Chemical Dissolution Chamber to process ore only produce 1mB slurry of corresponding ore type; also the name of slurry is abnormal: only have ore type as its name without "slurry" in it
Steps to reproduce:
1.Grab a Chemical Dissolution Chamber and any ore that it can process;
2.Process the ore into the slurry
3.Check the output slot
Version (make sure you are on the latest version before reporting):
Forge:1.15.2-forge-31.0.1
Mekanism:1.15.2-9.9.6.397
Other relevant version:
If a (crash)log is relevant for this issue, link it here: (It's almost always relevant)
[gist / pastebin / etc link here. Please make sure that it isn't set to expire.]
Had a check in source code and found the problem:
src/datagen/generated/mekanism/data/mekanism/recipes/processing/(type of ore)/slurry/dirty.json
e.g. copper slurry
{
"type": "mekanism:dissolution",
"itemInput": {
"ingredient": {
"tag": "forge:ores/copper"
}
},
"gasInput": {
"amount": 1,
"gas": "mekanism:sulfuric_acid"
},
"output": {
"gas": "mekanism:dirty_copper_slurry",
"amount": 1
}
}