What exactly is bioethanol?
term2112 opened this issue ยท 3 comments
I've noticed some mods use the forge fluidTag biofuel and some use the tag bioethanol, which does this use?
Basically bio-fuel in the bio generator has always been converted to a pseudo fluid internally, and supported bioethanol from other mods as a liquid pumped into the bio generator. While reworking various internal systems it ended up adding our own fluid rather than just pretending there was a fluid, cut down drastically both on rendering and handling code we had to maintain.