A Fabric server-side mod to enhance item upgrade mechanism.
Modrinth: https://modrinth.com/mod/grimoire
- Custom enchantments
- More item upgrades
- Fully server-sided
- Gameplay balanced
- Compatible with popular server-side mods
Link: https://docs.phomc.dev/grimoire/intro
PhoMC Discord server: https://discord.gg/tbJUamaCbP
- Before PR a new enchantment, ensure a corresponding issue is created for discussion
- Keep it balanced, no OP
- Ensure it can't be abused. Idea: reduce item's durability, define conflicts
- No "permanent effect" enchantment! e.g: grant "speed" while wearing armour
- Chance is preferred over "cooldown"
Grammar: {format:key}
or {key}
- Conditional property format:
- i: Show icon tick or cross
- yn: Show yes or no
- Default: true or false (not localized)
- Integer property format:
- I: Format as roman number
- ts: Given ticks, convert ticks to seconds
- Default: integer
- Decimal property format (formatted up to 2 decimal places)
- ts: Given ticks, convert ticks to seconds
- %: Given 0.0 - 1.0, multiply by 100.0 to get percentage
- Default: decimal