ValkyrienSkies/Eureka

Engine fuel items - add/remove

Ashendale opened this issue · 6 comments

I'm using Eureka with other mods and I have fuel items that I can make that are equivalent to coal.

Is there a place in the configs I can edit what counts as fuel? I've been looking and can't find it.

Every Fuel value should work.

// We check if something is fuel like this:
net.minecraft.world.level.block.entity.BaseContainerBlockEntity.AbstractFurnaceBlockEntity.isFuel(ItemStack)

// We get the fuel value like this:
net.minecraft.world.level.block.entity.FurnaceBlockEntity.getFuel()[ItemStack]

Unsure how I can check/edit those values but, for example, Ars Nouveau Fire Essence can smelt 20 items in a furnace and does not work on the engine

image

what version are you using?

1.3.0 beta 4