Skip to content
BloodThunder edited this page Nov 6, 2024 · 7 revisions

Welcome to the krpgenchantment wiki!

Enchantments come in several forms: Armor Enchantments, Tool Enchantments, Weapon Enchantments, Universal Enchantments

In order to enchant an item, you will need an Enchanting Table, which can be crafted in your inventory. Once you have placed you Enchanting Table, you will need a Reagent and an item to be enchanted.

Reagents can be configured in the mod's KRPGEnchantment_Recipe_Config.json file, but by default the mod uses default VS gemstones. The "potential" value of the gem is used to determine the maximum possible tier of enchantment. The potential values can also be set in the config file.

If you wish to create or modify your own Enchantments or Reagents to use in your own servers, you need only create a compatible recipe. You can find more details about the included enchantments in this wiki.

All Enchantments follow the same format

  • Code: In-game identifier for the enchantment
  • Name: Human Readable identifier. This shows in GUI.
  • Power: (int32) Value for the strength of the enchantment.
  • Overwrites: Enchantments overwritten during Enchanting. All Enchantments overwrite themselves by default.

Clone this wiki locally