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

Lava burn time #175

Closed
fwaaade opened this issue Sep 25, 2023 · 2 comments
Closed

Lava burn time #175

fwaaade opened this issue Sep 25, 2023 · 2 comments

Comments

@fwaaade
Copy link

fwaaade commented Sep 25, 2023

According to this:

ItemEvents.modification(event => {
event.modify('minecraft:lava_bucket', item => {
item.setBurnTime(0)
})
})

Lava does not have a burn time, so you can't use it in furnaces and some generators.

This line is inaccurate then:

"The &aFuelwood Heater&r burns buckets of Lava, which can them be piped in using a pipe that transfers heat."

since the lava buckets can't work with fuelwood heaters since they have no burnTime.

IC2 lava cells also still have a burn time, which is probably unintentional.

Either you make IC2 lava cells not burn as well (I think event.modify(['minecraft:lava_bucket', 'ic2:cell_lava'], item => { would do it), as well as changing the mekanism quest description

Or you just allow lava to be burnt. Lava in furnaces and in fuelwood heaters doesn't seem too powerful. Maybe you can have it so a bucket of lava only smelts 8 items instead of 100 or something.

@oly2o6
Copy link
Member

oly2o6 commented Sep 25, 2023

Fixed in next update!

@fwaaade
Copy link
Author

fwaaade commented Sep 25, 2023

So are ic2 lava cells burning intentional? They work effectively like buckets (you get the cell back and can fill them with a mekanism tank), just a bit harder to automate to keep 1 in the fuel slot

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

2 participants