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

Consider adding some more default fuels to the Coal Generator #1435

Open
MuteTiefling opened this issue Nov 3, 2024 · 0 comments
Open

Consider adding some more default fuels to the Coal Generator #1435

MuteTiefling opened this issue Nov 3, 2024 · 0 comments
Labels

Comments

@MuteTiefling
Copy link

Assuming that you want to keep this to coal like fuels only, I'd recommend adding the following:

'#c:gems/lignite_coal', burn time: 8,
'#c:storage_blocks/charcoal', burn time: 80,
'#c:storage_blocks/lignite_coal', burn time: 80,
'#c:dusts/charcoal', burn time: 8,
'#c:dusts/coal', burn time: 8,
'#c:dusts/lignite_coal', burn time: 8,
'#c:tiny_dusts/coal', burn time: 0.8,
'#c:tiny_dusts/lignite_coal', burn time: 0.8,
'evilcraft:blood_waxed_coal', burn time: 16,
'justdirethings:coal_t1', burn time: 24,
'justdirethings:coal_t2', burn time: 72,
'justdirethings:coal_t3', burn time: 216,
'justdirethings:coal_t4', burn time: 648,
'justdirethings:coalblock_t1', burn time: 240,
'justdirethings:coalblock_t2', burn time: 720,
'justdirethings:coalblock_t3', burn time: 2160,
'justdirethings:coalblock_t4', burn time: 6480,

If you're able to read the number of items a piece of fuel can smelt, it'd also be quite possible to translate any fuel item into the generator.

Burn Time = Items Smelted * 200
Total Energy = Items Smelted * 4000

@Mrbysco Mrbysco added the 1.21.1 label Nov 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants