KnightMiner / Inspirations

Mod adding various smaller features to Minecraft
MIT License
44 stars 18 forks source link

Add Cauldron Fire Configurability #218

Closed oremilk closed 2 years ago

oremilk commented 2 years ago

Is your feature request related to a problem? Please describe. Right now, it seems only fire and the campfire count as a heating source for Cauldron Potions, but there are many other blocks that could count as well such as magma blocks. Also, other mods add similar blocks that fit into the heating element aesthetic.

Describe the idea Adding an option to configure what types of blocks are considered "heat sources" for the Cauldron Potions mechanic.

Describe how you think this feature would fit in vanilla This feature is more for modpacks and integration with other mods.

TeamSpen210 commented 2 years ago

This is already configurable using a datapack, simply add the relevant blocks to the inspirations:cauldron_fire or inspirations:cauldron_ice tags.

KnightMiner commented 2 years ago

Magma blocks intentionally do not count as they are too trivial. I wanted a bit of challenge to heat the cauldron by making the heating source actually burn you and surroundings. Campfires broke that, but they just looked so good it had to be allowed.

But yes, like TeamSpen said, tags are your friend.