buildcraft refinery recipe looking for colon
karlkeilai opened this issue ยท 1 comments
Hello,
I'm attempting to write a craft tweaker script but it says it requires a colon somewhere within the recipe
The recipe is:
Refinery.addRecipe(vehicle:fuelium, 200, 10, buildcraftenergy:fluid_block_oil_dense_heat_1);
It gives me a message saying that it is expecting a colon on this line but cannot find it.
A log was not created by craft tweaker.