Skip to content

Repurposed Structures - Loot Tables

Compare
Choose a tag to compare
@TelepathicGrunt TelepathicGrunt released this 28 Dec 18:44

A datapack of all RS's loot tables to help make it easier to change and customize loot! You can edit each loot table directly to add or remove loot and whatever you want. When done, put the finished loot table datapack into the datapack folder for your world.

if you are on 1.18.2 or newer, use the config datapack which has loot table files already included: https://github.com/TelepathicGrunt/RepurposedStructures-Quilt/releases/tag/2.0.1

Forge users: If you want to turn off the importing of modded items for specific RS structures, go into data\repurposed_structures\loot_modifiers\import_modded_loot.json and add RS's loot tables into blacklisted_loot_tables's array such as ["repurposed_structures:\chests\pyramids\badlands_chest","repurposed_structures:\chests\pyramids\snowy_chest"].
This will make my automatic modded loot importing code now skip those RS loot tables.

Fabric users: Look into RS's main config file to find importModdedItems and blacklistedRSLoottablesFromImportingModdedItems. The first config lets you either turn off the automatic modded loot importing code completely or keep it on. If it is on, the second config is a blacklist of all RS loot tables to skip adding modded loot to. You specify each loot table and separate each one with a comma , like this: "repurposed_structures:\chests\pyramids\badlands_chest, repurposed_structures:\chests\pyramids\snowy_chest"

Enjoy!