Name | clear_loot_table |
Object | LocationTag |
Input | None |
Related Tags | <LocationTag.has_loot_table> Returns an element indicating whether the chest at this location has a loot-table set.
|
Description | Removes the loot table from the chest at this location. |
Generated Example |
|
Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/LocationTag.java#L5194 |