Crystal-Nest / soul-fire-d

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

How to configure enchantments #49

Closed GitsurferQwerty closed 2 months ago

GitsurferQwerty commented 2 months ago

I have confirmed no other issue asks the same question

Question

I want to know how I'm supposed to disable/enable the Soul Flame/Fire Aspect enchantments. I want it so that all this mod does is just make it so that the burn overlay is blue fire instead of orange. I want to keep the vanilla damage the same and I want the enchantments removed, but I don't know how I'm supposed to do this.

Additional context

No response

Crystal-Spider commented 2 months ago

Fire damage cannot be changed, but it is consistent with Vanilla as Soul Fire deals double damage.

About enchantments, it depends on the Minecraft version you're using.

Before 1.21:
There is a configuration option to disable both enchantments.

Since 1.21:
To remove enchantments, you need to create a data pack that removes them.
You'll need to add a new enchantable tag that contains no items, and then override Soul Fire'd enchantments by copy-pasting the files and changing the supported_items property to your new tag.
You'll also want to override the in_enchanting_table, tradeable, and treasure tags to restore Vanilla ones (you can do so by copy-pasting those files from Vanilla and add them to your data pack, but adding "replace": true to each).

github-actions[bot] commented 2 months ago

This issue is stale because it has been open for 14 days with no activity. In 14 days it is going to be closed.

github-actions[bot] commented 2 months ago

This issue was closed because it has been inactive for 14 days since being marked as stale.