-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Some more unobtainable loot tables have been disabled by default
- Loading branch information
Showing
11 changed files
with
27 additions
and
0 deletions.
There are no files selected for viewing
Binary file modified
BIN
+1 Byte
(100%)
projects/toolbox-main/src/resources/loot-table-randomizer/1.13.X/data.zip
Binary file not shown.
Binary file modified
BIN
+3 Bytes
(100%)
projects/toolbox-main/src/resources/loot-table-randomizer/1.14.X/data.zip
Binary file not shown.
Binary file modified
BIN
+2 Bytes
(100%)
projects/toolbox-main/src/resources/loot-table-randomizer/1.15.X/data.zip
Binary file not shown.
Binary file modified
BIN
+2 Bytes
(100%)
projects/toolbox-main/src/resources/loot-table-randomizer/1.16.0/data.zip
Binary file not shown.
Binary file modified
BIN
+2 Bytes
(100%)
projects/toolbox-main/src/resources/loot-table-randomizer/1.16.2/data.zip
Binary file not shown.
Binary file modified
BIN
+3 Bytes
(100%)
projects/toolbox-main/src/resources/loot-table-randomizer/1.17.X/data.zip
Binary file not shown.
Binary file modified
BIN
+3 Bytes
(100%)
projects/toolbox-main/src/resources/loot-table-randomizer/1.18.0/data.zip
Binary file not shown.
Binary file modified
BIN
+3 Bytes
(100%)
projects/toolbox-main/src/resources/loot-table-randomizer/1.18.2/data.zip
Binary file not shown.
Binary file modified
BIN
-1 Byte
(100%)
projects/toolbox-main/src/resources/loot-table-randomizer/1.19.X/data.zip
Binary file not shown.
1 change: 1 addition & 0 deletions
1
projects/toolbox-utilities/src/assets/crafting_recipes_unselected.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
[] |
26 changes: 26 additions & 0 deletions
26
projects/toolbox-utilities/src/assets/loot_tables_unselected.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
[ | ||
"data/minecraft/loot_tables/entities/player.json", | ||
"data/minecraft/loot_tables/entities/giant.json", | ||
"data/minecraft/loot_tables/entities/illusioner.json", | ||
"data/minecraft/loot_tables/entities/zombie_horse.json", | ||
"data/minecraft/loot_tables/entities/armor_stand.json", | ||
"data/minecraft/loot_tables/blocks/shulker_box.json", | ||
"data/minecraft/loot_tables/blocks/black_shulker_box.json", | ||
"data/minecraft/loot_tables/blocks/blue_shulker_box.json", | ||
"data/minecraft/loot_tables/blocks/brown_shulker_box.json", | ||
"data/minecraft/loot_tables/blocks/cyan_shulker_box.json", | ||
"data/minecraft/loot_tables/blocks/gray_shulker_box.json", | ||
"data/minecraft/loot_tables/blocks/green_shulker_box.json", | ||
"data/minecraft/loot_tables/blocks/light_blue_shulker_box.json", | ||
"data/minecraft/loot_tables/blocks/light_gray_shulker_box.json", | ||
"data/minecraft/loot_tables/blocks/lime_shulker_box.json", | ||
"data/minecraft/loot_tables/blocks/magenta_shulker_box.json", | ||
"data/minecraft/loot_tables/blocks/orange_shulker_box.json", | ||
"data/minecraft/loot_tables/blocks/pink_shulker_box.json", | ||
"data/minecraft/loot_tables/blocks/purple_shulker_box.json", | ||
"data/minecraft/loot_tables/blocks/red_shulker_box.json", | ||
"data/minecraft/loot_tables/blocks/white_shulker_box.json", | ||
"data/minecraft/loot_tables/blocks/yellow_shulker_box.json", | ||
"data/minecraft/loot_tables/blocks/sculk_sensor.json", | ||
"data/minecraft/loot_tables/chests/spawn_bonus_chest.json" | ||
] |