Crystal-Nest / soul-fire-d

Let Soul Fire burn!
https://modrinth.com/mod/soul-fire-d
GNU General Public License v3.0
5 stars 2 forks source link

Fire damage default value #24

Closed Crystal-Spider closed 1 year ago

Crystal-Spider commented 1 year ago

Instead of using always the Vanilla fire damage as default when no damage value is provided during building a fire, when no damage is specified but a source block is, let the default damage be the damage provided by the source block.
Only if neither damage nor source block are specified fallback to Vanilla fire damage.

Crystal-Spider commented 1 year ago

Too complex, would need to apply a mixin for damage accessor to all source blocks, hoping all of them would comply.