Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
DaFuqs committed Oct 17, 2021
2 parents 9aac190 + a9dafef commit 84f4598
Showing 1 changed file with 9 additions and 19 deletions.
28 changes: 9 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Loot Crates
![loot_crates](https://user-images.githubusercontent.com/26429514/134697417-3d8f9cdd-2401-4c0c-9ca2-b2b0d4aacfa2.png)

## About

Expand Down Expand Up @@ -26,9 +27,6 @@ All the loot bundles, crates, shulker crates and keys come in these rarities, ea
- Blazing

# Loot Bundles

![Loot Bundles](./images/loot_bundles.jpg)

Loot bundles come in all rarities. They can be used by players to get random content of a set loot table in their inventory.

https://user-images.githubusercontent.com/26429514/133820478-b6ddfea9-5b03-41af-ab50-f85598c2e4f0.mp4
Expand All @@ -39,27 +37,22 @@ Tag | NBT Type | Effect
LootTable | loot table | The loot table identifier to be used for the players loot.
LootTableSeed | long | Seed for generating the loot table. 0 or omitted uses a random seed. Setting a seed means that the generated loot will always be the same

## Keys & Loot Crates

# Loot Crates

## Screenshots
## Keys
Crates may be locked, requiring a key with matching rarity to unlock.
Other than that the keys themselves are rather unspectacular.

![All the Loot Crates, Shulkers and keys](./images/crates.png)
### Chest Loot Crates & Loot Barrels

## Loot Crate Chests
Loot crates cannot be broken or moved. Instead, they generate loot over time!
Chest loot crates cannot be broken or moved. Instead, they can be configured to generate loot over time, once per player, ...! By default, loot barrels behave exactly like chest loot crates.

## Shulker Crates
### Shulker Loot Crates
Shulker crates, like their loot crate counterparts, can generate loot.
But unlike their unbreakable counterparts they can be broken and picked up.
They also retain their items and can be used as backpacks.

## Loot Barrels
By default, these behave exactly like loot crates.

## Keys
Crates may be locked, requiring a key with matching rarity to unlock.
Other than that the keys themselves are rather unspectacular.
![Untitled Diagram](https://user-images.githubusercontent.com/26429514/134002391-1b9e0e91-6fec-4355-98b3-3d50582b82c0.png)

# Customization

Expand All @@ -82,9 +75,6 @@ Inventory | list of items | Analog vanilla shulker chests. Defin

Handle some combinations with care. Or do you really want players to have portable containers that generate new loot every minute?

## How Loot Crates work internally
![Untitled Diagram](https://user-images.githubusercontent.com/26429514/134002391-1b9e0e91-6fec-4355-98b3-3d50582b82c0.png)

## Examples
Following examples use a Rare Chest Loot Crate named "Bastion Treasure Crate" containing the vanilla bastion_treasure loot table, that is locked and will be restocked every 60 ticks (3 seconds).

Expand Down

0 comments on commit 84f4598

Please sign in to comment.