Support/Config for other Igniter items, like vanilla torches
barttraeger opened this issue ยท 0 comments
Would be great if campfires, combustible machines etc. could be lit on fire with vanilla torches or other suitable items.
A whitelist of such items in the config would be great.
I already tried a workaround via the mod Scavange by Speiger to change the metadata of an unlit campfire from 0 to 1 when right clicking it with a torch. This kinda works and also sets the variant from "NORMAL" to "LIT", but it doesn't set values for "burnTimeRemaining" and "active", so the campfire is basically burning forever and cannot smelt any items.
Not sure if other workarounds are possible, this is the closest I could achieve.
Would it be possible to set other items as Igniters via config or by simply adding an OreDict entry like "itemIgniter"?