Skip to content

Commit

Permalink
feat: Added support for modded curses for the Dispel Item Curse spell…
Browse files Browse the repository at this point in the history
… (support for Charm mod and So Many Enchantments by default). Fixes #227
  • Loading branch information
WinDanesz committed Feb 3, 2024
1 parent 2f4485b commit 67c4bef
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion src/main/java/com/windanesz/ancientspellcraft/Settings.java
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,25 @@ public static class GeneralSettings {
@Config.RequiresMcRestart
public String[] dispel_item_curse_list = {
"minecraft:vanishing_curse",
"minecraft:binding_curse"
"minecraft:binding_curse",
"somanyenchantments:bluntness",
"somanyenchantments:curseofdecay",
"somanyenchantments:curseofholding",
"somanyenchantments:curseofinaccuracy",
"somanyenchantments:curseofpossession",
"somanyenchantments:curseofvulnerability",
"somanyenchantments:cursededge",
"somanyenchantments:inefficent",
"somanyenchantments:instability",
"somanyenchantments:powerless",
"somanyenchantments:rusted",
"somanyenchantments:heavyweight",
"somanyenchantments:curseofvulnerability",
"somanyenchantments:unpredictable",
"charm:clumsiness_curse",
"charm:harming_curse",
"charm:haunting_curse",
"charm:rusting_curse"
};

@Config.Name("Metamagic - Projectile incompatible spells")
Expand Down

0 comments on commit 67c4bef

Please sign in to comment.