Randale wrote:Shyruban wrote:Hi
I'm trying the Steel Refueler for first time, I selected my crucibles and they are counted on the refueler window
But the fuel stockpiles i select do not show on counter, I'm using branches as fuel, is it that it only works with coal or other fuel?
you can only use blocks or coal for fuel
- Code: Select all
int availableFuelCoal = gui.maininv.getItemPartialCount("Coal");
int availableFuelBlock = gui.maininv.getItemPartialCount("Block");
Can you tell me the file name i need to try to edit to make it work myself?