Skip to content

Commit 84f4598

Browse files
committed
Merge remote-tracking branch 'origin/main' into main
2 parents 9aac190 + a9dafef commit 84f4598

File tree

1 file changed

+9
-19
lines changed

1 file changed

+9
-19
lines changed

README.md

+9-19
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Loot Crates
2+
![loot_crates](https://user-images.githubusercontent.com/26429514/134697417-3d8f9cdd-2401-4c0c-9ca2-b2b0d4aacfa2.png)
23

34
## About
45

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

2829
# Loot Bundles
29-
30-
![Loot Bundles](./images/loot_bundles.jpg)
31-
3230
Loot bundles come in all rarities. They can be used by players to get random content of a set loot table in their inventory.
3331

3432
https://user-images.githubusercontent.com/26429514/133820478-b6ddfea9-5b03-41af-ab50-f85598c2e4f0.mp4
@@ -39,27 +37,22 @@ Tag | NBT Type | Effect
3937
LootTable | loot table | The loot table identifier to be used for the players loot.
4038
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
4139

40+
## Keys & Loot Crates
4241

43-
# Loot Crates
44-
45-
## Screenshots
42+
## Keys
43+
Crates may be locked, requiring a key with matching rarity to unlock.
44+
Other than that the keys themselves are rather unspectacular.
4645

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

49-
## Loot Crate Chests
50-
Loot crates cannot be broken or moved. Instead, they generate loot over time!
48+
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.
5149

52-
## Shulker Crates
50+
### Shulker Loot Crates
5351
Shulker crates, like their loot crate counterparts, can generate loot.
5452
But unlike their unbreakable counterparts they can be broken and picked up.
5553
They also retain their items and can be used as backpacks.
5654

57-
## Loot Barrels
58-
By default, these behave exactly like loot crates.
59-
60-
## Keys
61-
Crates may be locked, requiring a key with matching rarity to unlock.
62-
Other than that the keys themselves are rather unspectacular.
55+
![Untitled Diagram](https://user-images.githubusercontent.com/26429514/134002391-1b9e0e91-6fec-4355-98b3-3d50582b82c0.png)
6356

6457
# Customization
6558

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

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

85-
## How Loot Crates work internally
86-
![Untitled Diagram](https://user-images.githubusercontent.com/26429514/134002391-1b9e0e91-6fec-4355-98b3-3d50582b82c0.png)
87-
8878
## Examples
8979
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).
9080

0 commit comments

Comments
 (0)