tungstonminer / brunel-3

2 stars 0 forks source link

Adjust loot tables to add non-vanilla items #81

Open tungstonminer opened 3 years ago

tungstonminer commented 3 years ago

The default loot tables have several issues:

  1. they are mostly populated with vanilla items of little worth
  2. with the additions from various mods, they frequently overflow onto the floor
  3. many items which logically should appear in loot chests don't because they are added by mods

To that end, we should empty out the default loot tables and replace them with more suitable items from this modpack. The following are the default chest loot tables for 1.12.2:

minecraft:chests/abandoned_mineshaft
minecraft:chests/desert_pyramid
minecraft:chests/end_city_treasure
minecraft:chests/igloo_chest
minecraft:chests/jungle_temple
minecraft:chests/jungle_temple_dispenser
minecraft:chests/nether_bridge
minecraft:chests/simple_dungeon
minecraft:chests/spawn_bonus_chest
minecraft:chests/stronghold_corridor
minecraft:chests/stronghold_crossing
minecraft:chests/stronghold_library
minecraft:chests/village_blacksmith
minecraft:chests/woodland_mansion
tungstonminer commented 3 years ago

I've done some homework, and this is going to be on the more complex side, and is something which can be done after launching the server. So, I'm going to defer this for now.

I did find, however, that we'll want to add the "LootTweaker" mod to handle this kind of thing, so I've pre-emptively added it.