1
Loot tables
I have a couple questions on loot tables:
1. Do loot tables change the default loot tables?
2. Can you edit structure loot tables and how?
3. If I edit an entity loot table does it reset the original one? Example: Creepers drop gunpowder but with my loot table do they always drop diamonds or something?
1. Do loot tables change the default loot tables?
2. Can you edit structure loot tables and how?
3. If I edit an entity loot table does it reset the original one? Example: Creepers drop gunpowder but with my loot table do they always drop diamonds or something?
4
- You can make them change the default loot tables by putting it in the `minecraft` subfolder of your datapack (The minecraft subfolder is where you put your load and tick tag json files)
- If you mean this by the chests in structures (e.g. dungeon/bastion chests), you can edit them by simply placing an edited loot table in `minecraft\<loottable sub_directory>`
- If you place your loot table in the same directory as the vanilla loot table (in the datapack), yes it will replace. Otherwise it won't as it isn't referenced by the game until you set it so via the `DeathLootTable` nbt
This is a good site to view where the vanilla loot tables are
https://mcasset.cloud/1.18.2/data/minecraft/loot_tables
Thank you so much for this! Is there any video that could help as well? Thank you for your help!
https://www.youtube.com/watch?v=tNQhk9b3TYE
Cloud Wolf is pretty much one of the pioneers in minecraft commandblocking/datapacking
Cloud Wolf is pretty much one of the pioneers in minecraft commandblocking/datapacking
Thank you!!
