Skip to content

Sample Custom Drops

UltimaOath edited this page Apr 11, 2023 · 3 revisions
This page was last updated for LevelledMobs 3.2.4 b557

Custom Drops

In his spare time, UltimaOath writes special CustomDrops using the Drop-Table system. All of these are written using Vanilla Minecraft mechanics, or 3rd party plugin compatible features such as NBT-API (these will be marked as such). I have also written a short description of the purpose behind the drop-table's creation, though you can use them however you desire!

You can download the full UltimaOath Edition, which includes all of the samples below together.
Β 

  • Tiered Tool Sets

    • Netherite Armor and Weapons

    • Diamond Armor and Weapons

    • Iron Armor and Weapons

    • Leather Armor and Weapons

      These drop tables were designed to be equipped and dropped by entities like skeletons and zombies. Each table contains a single item in varying states of damage, and one of those will be selected for the entity to possibly equip and drop. The item is more likely to appear in a more damaged state, and is less likely to appear in near full durability, though it is still possible.
      Each of these tiered tool sets include: helmet, chestplate, leggings, boots, axe, sword, and bow/arrow.

      Β 

  • NBT-API Required \ Special Drop Items

  • xEffects Library (Download the Complete Library here)

    • Particle Effects

    • Sound Effects

    • Area Effects

      These drop tables are designed to occur on the death of an entity. These produce various customizable particle, sound, and 'area of effect' effects. They are designed using the native Minecraft commands and should be functional on most server environments.

  • Miscellaneous

    • The Random Stuff

      These are drop tables that didn't really meet a specific category criteria. These include things like a drop table for the Minecraft discs.


Clone this wiki locally