Full armor set bonus

Started by scorpion981 on

Topic category: Help with Minecraft modding (Java Edition)

Active 7 months ago
Joined Jul 2017
Points:
1042

User statistics:

  • Modifications: 1
  • Forum topics: 32
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 366
Full armor set bonus
Sun, 01/26/2020 - 14:39 (edited)

The previous template is not working anymore and i try a lot of ways with armor slot and its not working. I also use another premade model that it was working in the previous version. Also if there is a way to a armor or a tool to always have a enchantment (tick update dont work).

Edited by scorpion981 on Sun, 01/26/2020 - 14:39
Active 3 weeks ago
Joined Dec 2017
Points:
810

User statistics:

  • Modifications: 0
  • Forum topics: 14
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 116
If you want an item to…
Tue, 10/08/2024 - 15:16
  1. If you want an item to permanently have an enchantment, simply add the enchantment to the item when the item is first added to an inventory.
  2. Armor Set bonus, you need to check if Armor slot 0-3 all have the set armor (Use an item tag to make your life easier)
  3. Do not use tick updates to give items an enchantment, that will cause unnecessary lag.