Skip to content

Chest Loot

Autovw edited this page Dec 3, 2024 · 2 revisions

Chest Loot (Burger Mod 2.7.0 and higher)

Some items from this mod also have a chance of generating in vanilla chests.
For example: there's a 25% chance a Golden Beef Burger will generate in a Dungeon chest.

🔧 Configuration

Check your mod version before reading.

Burger Mod 2.7.x and 2.8.x

In Burger Mod versions 2.7.0 and 2.8.0 it is possible to overwrite the loot modifiers using a datapack. This way you can change the item, the spawn chances and the amount that will generate. For instructions view Forge's documentation: Global Loot Modifiers.

Burger Mod 2.9.x

It is not possible to change the loot drops provided by the mod. An option exists to disable all loot generation (from Burger Mod), however. This option can be found in the common config.

Burger Mod 2.10.0 and above

As of version 2.10.0 it is possible again to modify the individual drops added by this mod, using a datapack.

Click to see example
{
  "type": "burgermod:loot_addition_modifier",
  "additions": [
    {
      "chance": 0.1,
      "item": "burgermod:enchanted_golden_burger",
      "max": 1,
      "min": 1,
      "target": "minecraft:chests/bastion_treasure"
    }
}
    

Loot

Chest Item Chance Min. amount Max. amount
Village Plains House Fries 100% 0 2
Village Snowy House Hotdog 100% 0 3
Village Butcher Shop Cooked Chicken Nugget 100% 2 5
Village Fisher Cottage Cod Burger with Egg 100% 0 1
Village Fisher Cottage Salmon Burger with Egg 100% 0 1
Igloo Chest Pork Burger with Cheese 100% 0 1
Dungeon Chest Raw Scrambled Egg 100% 1 2
Dungeon Chest Golden Beef Burger 25% 1 1
Woodland Mansion Cooked Champignons 100% 0 4
Woodland Mansion Mutton Burger with Champignons 100% 0 1
Trial Chambers (Supply) Fries 30% 1 3
Trial Chambers (Supply) Cheese 30% 1 4
Trial Chambers (Supply) Salmon Cheese Burger 15% 1 1
Trial Chambers (Intersection Barrel) Fries 40% 1 5
Trial Chambers (Intersection Barrel) Golden Cod Burger 20% 1 1
Trial Chambers (Ominous Reward) Golden Cod Burger 15% 1 1
Trial Chambers (Ominous Reward) Enchanted Golden Burger 10% 1 1
Desert Pyramid Golden Mutton Burger 10% 1 1
Ruined Portal Golden Pork Burger 15% 1 1
Bastion Remnant (Generic) Golden Salmon Burger 10% 1 1
Bastion Remnant (Hoglin Stable) Golden Chicken Burger 15% 1 1
Bastion Remnant (Treasure) Golden Pork Burger 40% 1 1
Bastion Remnant (Treasure) Enchanted Golden Burger 10% 1 1
Ancient City Enchanted Golden Burger 12.5% 1 1

This page was last updated on 3 Dec 2024. The latest version as of writing is 2.10.1.