Name | loot_table_id |
Object | EntityTag |
Input | ElementTag |
Related Tags | <EntityTag.loot_table_id> Returns an element indicating the minecraft key for the loot-table for the entity (if any).
|
Description | Sets the loot table of a lootable entity.
This is the namespaced path of the loot table, provided by a datapack or Minecraft's default data. |
Example |
|
Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/EntityTag.java#L4480 |