Curse of Curses
Config
This mod adds a layer of challenge and unpredictability to gameplay. It applies random curses to random items on random times to the player. For adjusting the chance, please use the config file.
Danger times
You can set the number of "danger times" during a Minecraft day when curses can be applied. By default, there are 3 danger times between ticks 18000 and 21000. At these specified ticks, each player has a chance to receive curses based on the configured probability. The default chance is 1% for each item, and the curses will continue to be applied to multiple items unless configured otherwise.
Cursed Items
Curse of Curses not only applies curses to normal items but also to already cursed items. If there is no matching curse available for a particular item, it will not receive an additional curse.
Cursed Sleep
For players who wish to escape the curses, Curse of Curses includes a feature that applies curses while sleeping. By default, this feature is enabled. If you only want to punish players who sleep multiple times, you can set a row count, and curses will only be applied after a specific number of sleeps.
Denylisted Curses
If there are specific curses that you do not want to be applied by this mod, you can use the denylistedCurses
option in
the config file. Simply add the curses you want to ignore to the denylist. For example:
"minecraft:*"
-> ignores all curses added by Minecraft"minecraft:binding_curse"
-> ignores Curse of Binding
Cooldown Setting
There are also pre-defined cases where you can choose from. These are EVERY_NIGHT
, FULL_MOON
, and NEW_MOON
.
For FULL_MOON
and NEW_MOON
, the curses will only be applied when the moon is full or empty.
Feel free to customize these configuration options to suit your desired gameplay experience.