Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Suggestion: Coal generator inputs #87

Open
Raidobw2 opened this issue Jul 14, 2022 · 0 comments
Open

Suggestion: Coal generator inputs #87

Raidobw2 opened this issue Jul 14, 2022 · 0 comments

Comments

@Raidobw2
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant