KubeJS Thermal

KubeJS Thermal

19M Downloads

Fuel refinery documentation?

SigmaFlame opened this issue ยท 1 comments

commented

Hello, I want to transform refined fuel to fuelium (mycrayfish vehicle). How to do that please?

commented

The format for most thermal recipes is the same, so it should be as simple as

onEvent('recipes', e => {
  e.thermalRefinery([Fluid.of("idkwhatmodid:fuelium", 1000)],[Fluid.of("thermal:refined_fuel", 1500)])
})