RFTools Power

RFTools Power

61M Downloads

Suggestion: Coal generator inputs

Raidobw2 opened this issue ยท 0 comments

commented

Hello, I'm relaying a suggestion from FTBTeam/FTB-Modpack-Issues#1109 for the coal generator.

It looks like the coal generator accepts items from the base game only

private static boolean isValidFuel(@Nonnull ItemStack stack) {
return stack.getItem() == Items.COAL || stack.getItem() == Items.CHARCOAL || stack.getItem() == Items.COAL_BLOCK;
}

I can suggest to use tags or allow a toggle in the config to use those tags.

I however have know this behavior for years and I would understand if you would only want to extend the base game.

Thanks for your time in advance and have a nice Thursday