[Question][1.16.5] Heat Sources
drakray opened this issue ยท 2 comments
I see in the code these as Heat Source:
MAGMA_BLOCK
FIRE
SOUL_FIRE
LAVA
CAMPFIRE.LIT
SOUL_CAMPFIRE.LIT
Is there a way to configure more source?
Either by Config or blockTags?
I'd like some modded source to count, like SoulFire from Druidcraft, SpiritFire from Occultism, Campfires from OhTheBiomesYoullGo and EndergeticExpansion, and FirePlace from Vampirism
Something like blockTag:forge:heat_source would make that easily configurable with CraftTweaker, for example, and make modder able to implement it by default if they want
About campfires, the solution can be easily achived replacing the vanilla check with a generic (instance of CampfireBlock && [isLit] ).
I added that line in Hexblades update, but having a tag here in Eidolon would be easier and more compatible.