Mismatched crude oil refining recipes
jswwww opened this issue ยท 2 comments
The KubeJS version of Crude Oil has a refining recipe in the Fractionating Still that is 10x the cost of the Thermal Series recipe (1000mb vs 100mb for the same output). The oil deposits in the world seem to be the KubeJS version, so this is a problem.
The actual recipe definition in kubejs/server_scripts/recipes.js
says it's supposed to consume 100mB, but it consumes 1000mB instead. The same bug seems to apply to the Blast Chiller recipes for casting digits and operators (see #264).