promotional bannermobile promotional banner

Loot Table Manager

LootTable Manager is a Minecraft mod that allows you to add, replace, or customize loot tables for any block that contains an inventory, including vanilla blocks and blocks added by other mods (furniture, cupboards, drawers, shelves, etc.).
loot table manager

loot table manager

mcwfurnitures block with custom loot table

mcwfurnitures block with custom loot table

another mcwfurnitures block with custom loot table

another mcwfurnitures block with custom loot table

Description

๐Ÿ“ฆ LootTable Manager

LootTable Manager is a Minecraft mod that allows you to add, replace, or customize loot tables for any block that contains an inventory, including vanilla blocks and blocks added by other mods (furniture, cupboards, drawers, shelves, etc.).

The mod is designed to give server owners and modpack creators full control over loot generation using simple and clean JSON configuration files, without needing datapacks or code changes.


โœจ Features

  • โœ” Add or override loot tables for any inventory-based block
  • โœ” Works with vanilla and modded blocks
  • โœ” Fully configurable loot (items, weights, rolls, counts)
  • โœ” Per-block loot respawn cooldown system
  • โœ” Simple JSON-based configuration
  • โœ” Ideal for RPG, survival, apocalypse, and roleplay servers

โš™๏ธ How It Works

๐Ÿ“ Loot Tables

Each loot table is defined in a JSON file named exactly after the block ID.

Example file name:

 
mcwfurnitures_acacia_bookshelf.json

This file controls the loot generated inside:

 
mcwfurnitures:acacia_bookshelf

๐Ÿงช Example Loot Table

 
{
  "pools": [
    {
      "rolls": {
        "min": 1,
        "max": 2
      },
      "entries": [
        {
          "type": "minecraft:item",
          "name": "minecraft:book",
          "weight": 20,
          "functions": [
            {
              "function": "set_count",
              "count": {
                "min": 1,
                "max": 2
              }
            }
          ]
        },
        {
          "type": "minecraft:item",
          "name": "minecraft:writable_book",
          "weight": 10,
          "functions": [
            {
              "function": "set_count",
              "count": {
                "min": 1,
                "max": 1
              }
            }
          ]
        },
        {
          "type": "minecraft:item",
          "name": "minecraft:paper",
          "weight": 15,
          "functions": [
            {
              "function": "set_count",
              "count": {
                "min": 2,
                "max": 5
              }
            }
          ]
        },
        {
          "type": "minecraft:item",
          "name": "minecraft:ink_sac",
          "weight": 8,
          "functions": [
            {
              "function": "set_count",
              "count": {
                "min": 1,
                "max": 2
              }
            }
          ]
        },
        {
          "type": "minecraft:item",
          "name": "minecraft:name_tag",
          "weight": 3,
          "functions": [
            {
              "function": "set_count",
              "count": {
                "min": 1,
                "max": 1
              }
            }
          ]
        }
      ]
    }
  ]
}

๐Ÿ”น This loot table randomly generates books, paper, and rare items inside the block.
๐Ÿ”น weight controls item probability.
๐Ÿ”น rolls defines how many items are selected per interaction.


โฑ Loot Respawn Cooldown

Loot respawn is controlled by a dedicated JSON file.

Each block can have its own cooldown time (in seconds) before the loot can regenerate.

๐Ÿงพ Example Cooldown File

 
{
  "mcwfurnitures:acacia_bookshelf": 180,
  "mcwfurnitures:acacia_drawer": 120,
  "minecraft:barrel": 90
}
  • 180 = loot respawns after 3 minutes
  • 120 = loot respawns after 2 minutes
  • 90 = loot respawns after 1.5 minutes

This system prevents infinite farming and allows balanced, immersive gameplay.


๐ŸŽฏ Use Cases

  • ๐ŸงŸ Apocalypse / zombie survival servers
  • ๐Ÿน RPG and adventure maps
  • ๐Ÿ  Furniture mods with functional storage loot
  • ๐ŸŒ Custom survival experiences
  • ๐Ÿ›  Modpacks with controlled loot economy

๐Ÿง  Design Philosophy

Powerful customization with zero coding.

LootTable Manager focuses on flexibility, simplicity, and compatibility, making it easy to integrate into any modded Minecraft environment.

The Loot Table Manager Team

profile avatar
  • 5
    Followers
  • 7
    Projects
  • 522.2K
    Downloads

More from Luigipower5798View all

  • Better  Compass Azimut project image

    Better Compass Azimut

    • 600
    • Mods

    ๐Ÿงญ Better Compass Better Compass is a lightweight and fully configurable Minecraft mod that adds a modern compass HUD at the top of the screen. It displays the cardinal directions (N โ€ข E โ€ข S โ€ข W) along with the exact facing angle in degrees

    • 600
    • January 25, 2026
    • Mods
  • Apocalypse food project image

    Apocalypse food

    • 501.5K
    • Mods

    This Minecraft mod adds a variety of new foods, offering diverse options for hunger management and buffs.

    • 501.5K
    • November 30, 2025
    • Mods
  • NeonLight project image

    NeonLight

    • 15.1K
    • Mods

    NeonLight is a Minecraft Forge mod for version 1.20.1 that adds colorful neon lights to illuminate your creations and decorate your builds. Version 1.1

    • 15.1K
    • November 11, 2024
    • Mods
    • +1
  • More Melee Weapon project image

    More Melee Weapon

    • 2.8K
    • Mods

    This Minecraft mod adds a variety of melee weapons, offering different combat styles to enhance the gameplay experience.

    • 2.8K
    • October 3, 2024
    • Mods
  • Better  Compass Azimut project image

    Better Compass Azimut

    • 600
    • Mods

    ๐Ÿงญ Better Compass Better Compass is a lightweight and fully configurable Minecraft mod that adds a modern compass HUD at the top of the screen. It displays the cardinal directions (N โ€ข E โ€ข S โ€ข W) along with the exact facing angle in degrees

    • 600
    • January 25, 2026
    • Mods
  • Apocalypse food project image

    Apocalypse food

    • 501.5K
    • Mods

    This Minecraft mod adds a variety of new foods, offering diverse options for hunger management and buffs.

    • 501.5K
    • November 30, 2025
    • Mods
  • NeonLight project image

    NeonLight

    • 15.1K
    • Mods

    NeonLight is a Minecraft Forge mod for version 1.20.1 that adds colorful neon lights to illuminate your creations and decorate your builds. Version 1.1

    • 15.1K
    • November 11, 2024
    • Mods
    • +1
  • More Melee Weapon project image

    More Melee Weapon

    • 2.8K
    • Mods

    This Minecraft mod adds a variety of melee weapons, offering different combat styles to enhance the gameplay experience.

    • 2.8K
    • October 3, 2024
    • Mods