# Loot Entry

A loot entry represents 1 entry in a weighted list. It has an item stack and a weight. The more an item is weighted, the more likely it is to be selected at random from the list.&#x20;

### Weight / <mark style="color:red;">`weight`</mark> / Integer

Determines the weight of the entry

### Reward Item / <mark style="color:red;">`stack`</mark> / ItemStack

Determines what the entry drops
