Skip to content

Zorra Altar (Prodigy Tech)

Description

Allows over-enchanting Zorrasteel equipment.

Identifier

Refer to this via any of the following:

groovy
mods.prodigytech.zorra_altar/* Used as page default */
mods.prodigytech.zorraaltar
mods.prodigytech.zorraAltar
mods.prodigytech.ZorraAltar

Removing Recipes

  • Adds an enchantment that can be applied in the Altar.:

    groovy
    mods.prodigytech.zorra_altar.addEnchantment(String, Enchantment, int)
  • Removes an enchantment that can be applied in the Altar.:

    groovy
    mods.prodigytech.zorra_altar.removeEnchantment(String, Enchantment)
Example
groovy
mods.prodigytech.zorra_altar.addEnchantment('sword', enchantment('minecraft:power'), 10)
mods.prodigytech.zorra_altar.addEnchantment('stick', enchantment('minecraft:knockback'), 20)
mods.prodigytech.zorra_altar.removeEnchantment('sword', enchantment('minecraft:sharpness'))

Contributors

Changelog

© 2024 CleanroomMC. All Rights Reserved.