Skip to content

Commit

Permalink
Merge pull request #984 from Dreamedc2015/patch-3
Browse files Browse the repository at this point in the history
partially fix #904
QuazChick authored Jan 30, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2 parents 9ece9c7 + 5f19a08 commit adab8b0
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions docs/loot/loot-tables.md
Original file line number Diff line number Diff line change
@@ -110,7 +110,8 @@ A traditional weighted random pool selects items based on relative weight, choos
The roll count for a weighted random pool may be altered based on the player's luck using the optional `"bonus_rolls"` property.

```json

"bonus_rolls": 3,
"bonus_chance": 0.095
```

##### Entry Weighting
@@ -194,22 +195,22 @@ All [conditions](#) on entries in a tiered pool are ignored. Conditions on the p
### Entries
Entries are the selectable units of a pool. Three different types of entries are available.

```json

```

#### Item Entries
Item entries are the fundamental entry type for selecting loot. Item entries refer to

```json

"type": "item",
"name": "minecraft:apple",
"weight": 1
```

#### Loot Table Entries
Loot hierarchies can be formed using loot table entries.

```json

"type": "loot_table",
"name": "loot_tables/custom/example.json"
"weight": 1
```

#### Empty Entries

0 comments on commit adab8b0

Please sign in to comment.