promotional bannermobile promotional banner

Disable loot in Blood Magic

Disabling loot generation in Blood Magic dimensions

This data pack is designed for modpack developers and enthusiasts who are just starting their journey in creating modpacks/mods.

Example
for adding an item as loot:

{<br />"type": "minecraft:chest",<br />"pools": [// List of pools (groups) of items that can drop<br />{<br />"rolls": 1, // One independent attempt to select an item is made<br />"entries": [// List of items in the pool<br />{<br />"type": "minecraft:item", // Entry type &mdash; normal item<br />"name": "minecraft:copper_ingot", // Item ID<br />"weight": 1, // Drop weight (the higher the drop rate, the higher the chance)<br />"functions": [// List of functions that apply to the item<br />{<br />"function": "minecraft:set_count",<br />"count": { "min": 1, // Minimum quantity <br />"max": 5 } // Maximum quantity<br />}<br />]<br />}<br />]<br />}<br />]<br />}

 
Example for adding an item with NBT as loot:

{<br />"type": "minecraft:chest", // Generator type, here a chest<br />"pools": [ // List of pools (groups) of items that can drop<br />{<br />"rolls": 1, // Number of drops for an item from this pool<br />"entries": [ // List of items in the pool<br />{<br />"type": "minecraft:item", // Entry type &mdash; normal item<br />"name": "bloodmagic:basemonstersoul", // Item ID<br />"weight": 1, // Drop weight (the higher the drop rate, the higher the chance)<br />"functions": [ // List of functions that apply to the item<br />{<br />"function": "minecraft:set_nbt", // Function sets the NBT tag of the item<br />"tag": "{souls:10.0d}" // Here we specify the number of souls in the item<br />},<br />{<br />"function": "minecraft:set_count", // Function sets the number of items in a stack<br />"count": {<br />"min": 1, // Minimum quantity<br />"max": 5 // Maximum quantity<br />}<br />}<br />]<br />}<br />]<br />}<br />]<br />}

 



 

The Disable loot in Blood Magic Team

profile avatar
Owner
  • 3
    Followers
  • 5
    Projects
  • 904
    Downloads

More from MIK0osView all

  • Solar Industrialization project image

    Solar Industrialization

    • 84
    • Mods

    Solar Industrialization is a streamlined addon for Modern Industrialization that introduces tiered solar panels (LV to SV). It provides clean, passive energy generation fully integrated into the base mod's progression and recipe system.

    • 84
    • May 16, 2026
    • Mods
    • +4
  • SONAR project image

    SONAR

    • 430
    • Mods

    S.O.N.A.R. - Scanner mod for ore, biome, structure, cable and fluid detection

    • 430
    • May 5, 2026
    • Mods
    • +3
  • Tycoon Shop project image

    Tycoon Shop

    • 276
    • Mods

    Tycoon Shop — a mod that lets you create custom shops and sell items using its own in-game currency.

    • 276
    • May 4, 2026
    • Mods
    • +3
  • Eternal Mechanic Magic project image

    Eternal Mechanic Magic

    • 105
    • Modpacks

    A techno-magical modpack where technology and magic depend on each other. Progress through interconnected systems, defeat powerful bosses, and travel across multiple dimensions to unlock new stages of advancement.

    • 105
    • December 15, 2025
    • Modpacks
    • +4
  • Solar Industrialization project image

    Solar Industrialization

    • 84
    • Mods

    Solar Industrialization is a streamlined addon for Modern Industrialization that introduces tiered solar panels (LV to SV). It provides clean, passive energy generation fully integrated into the base mod's progression and recipe system.

    • 84
    • May 16, 2026
    • Mods
    • +4
  • SONAR project image

    SONAR

    • 430
    • Mods

    S.O.N.A.R. - Scanner mod for ore, biome, structure, cable and fluid detection

    • 430
    • May 5, 2026
    • Mods
    • +3
  • Tycoon Shop project image

    Tycoon Shop

    • 276
    • Mods

    Tycoon Shop — a mod that lets you create custom shops and sell items using its own in-game currency.

    • 276
    • May 4, 2026
    • Mods
    • +3
  • Eternal Mechanic Magic project image

    Eternal Mechanic Magic

    • 105
    • Modpacks

    A techno-magical modpack where technology and magic depend on each other. Progress through interconnected systems, defeat powerful bosses, and travel across multiple dimensions to unlock new stages of advancement.

    • 105
    • December 15, 2025
    • Modpacks
    • +4