I have gone through so. many. threads. trying to find guidance on changing an items burn time as fuel in a furnace but I can't seem to ever get it working. I have tried many different ways - but must recently:
event.modify('geolosys:bituminous_coal', i => {
i.burnTime = 6400
})
and
event.modify('geolosys:bituminous_coal', item => {
item.burnTime = 6400
}),
Neither worked and I'm at a loss, could someone lend a hand?


