Logo
MINECRAFTBIBLE
Items
Items

All game items

Blocks
Blocks

Building blocks

Mobs
Mobs

Creatures & monsters

Biomes
Biomes

World biomes

Structures
Structures

Generated structures

Recipes
Recipes

Crafting guides

Advancements
Advancements

Achievements

Loot Tables
Loot Tables

Drop rates

Tags
Tags

Item groupings

All Versions
View all data →
Capes
Cape ArchiveNEW

Browse rare Minecon capes, OptiFine capes, and custom capes from players worldwide

Browse

Player Database
Player DatabasePopular

Search any player

Skin Browser
Skin Browser

Browse & download skins

Cape Gallery
Cape GalleryNEW

Minecon & OptiFine capes

Seed Vault
Seed Vault

Curated seeds

Learn

Guides
GuidesNew

Tutorials & tips

Blog
Blog

News & updates

Community

Community Hub
Community HubHub

Posts, discussions & more

All Versions
View community →
Seed Analyzer
Seed Analyzer

World seed analysis

Loot Explorer
Loot Explorer

Drop rates

Crafting Calculator
Crafting Calculator

Material planning

Enchant Calculator
Enchant Calculator

Probability math

Redstone Lab
Redstone Lab

Signal timing

Trading Profit
Trading Profit

Villager ROI

All Versions
View all tools →
Mods
Mods

Browse all mods

Plugins
Plugins

Server plugins

Resource Packs
Resource Packs

Textures & sounds

Shaders
Shaders

Visual enhancements

Datapacks
Datapacks

World logic

Scanner
Mod Intelligence

Scan & analyze any mod

All Versions
View all mods →
Loading...
IntroductionIntroductionVersion HistoryVersion HistoryGuidesGuidesBlog & NewsBlog & News
ItemsItemsBlocksBlocksMobsMobsRecipesRecipesBiomesBiomesStructuresStructuresAdvancementsAdvancementsLoot TablesLoot TablesTagsTags
ModsModsPluginsPluginsResource PacksResource PacksShadersShadersDatapacksDatapacks

MinecraftBible

The Ultimate Wiki

Logo
MINECRAFTBIBLE

The ultimate Minecraft reference. Every item, block, mob, and recipe documented with precision.

Community

  • Skin Browser
  • Cape Gallery
  • Seed Vault
  • Blog
  • Guides

Database

  • Items
  • Blocks
  • Mobs
  • Recipes
  • Biomes
  • Structures

Tools

  • Seed Analyzer
  • Mod Intelligence
  • Crafting Calculator
  • Enchant Calculator

Mods & Packs

  • Mods
  • Plugins
  • Resource Packs
  • Shaders
  • Datapacks

Site & Legal

  • About
  • Authors
  • Editorial Policy
  • Corrections
  • Contact
  • Privacy Policy
  • Terms of Service
  • DMCA
  • Sitemap

© 2026 MinecraftBible. Not affiliated with Mojang or Microsoft.

PrivacyTermsContact
Loot Stock
ModLicenseRef-All-Rights-Reserved

Loot Stock

A configurable loot generator

1.8K
Downloads
9
Followers
6 months ago
Updated
📦
16
Versions
game-mechanicsmanagementstorageforgeneoforge
Download Latestv2.1View on Modrinth

📖About Loot Stock

The purpose of this mod is to encourage item grinding and exploration

Containers

With configurable containers and boxes

Locker inventory

The items will spawn inside when placed or generated and restock randomly

To configure go to config folder and there will be a file lootstock.toml

For nothing example: item1 = "" or item1 = "minecraft:air"

For item with nbt example: item1 = "tacz:ammo" item1tag = " AmmoId: 'tacz:9mm' "

To test you can set "/gamerule lootstockDebug true" place the container and a message will show the generator command

[locker]
    #items to restock in lockers
    item1 = "minecraft:copper_ingot"
    item2 = "minecraft:gunpowder"
    item3 = "minecraft:iron_ingot"
    item4 = "minecraft:coal"
    item5 = ""
    #locker item tag
    item1tag = ""
    item2tag = ""
    item3tag = ""
    item4tag = ""
    item5tag = ""
    #item count range: 0.0 - 64.0
    min = 0.0
    max = 4.0

[military_box]
    #items to restock in military boxes
    item1 = "minecraft:copper_ingot"
    item2 = "minecraft:gunpowder"
    item3 = "minecraft:iron_ingot"
    item4 = "minecraft:coal"
    item5 = ""
    #military box item tag
    item1tag = ""
    item2tag = ""
    item3tag = ""
    item4tag = ""
    item5tag = ""
    #item count range: 0.0 - 64.0
    min = 0.0
    max = 1.0

[ammo_box]
    #items to restock in ammo boxes
    item1 = "minecraft:copper_ingot"
    item2 = "minecraft:gunpowder"
    item3 = "minecraft:iron_ingot"
    item4 = "minecraft:arrow"
    item5 = ""
    #ammo box item tag
    item1tag = ""
    item2tag = ""
    item3tag = ""
    item4tag = ""
    item5tag = ""
    #item count range: 0.0 - 64.0
    min = 0.0
    max = 16.0

[ammo_case]
    #items to restock in ammo cases
    item1 = "minecraft:arrow"
    item2 = "minecraft:arrow"
    item3 = "minecraft:arrow"
    item4 = "minecraft:arrow"
    item5 = ""
    #ammo case item tag
    item1tag = ""
    item2tag = ""
    item3tag = ""
    item4tag = ""
    item5tag = ""
    #item count range: 0.0 - 64.0
    min = 0.0
    max = 16.0

[crate]
    #items to restock in crates
    item1 = "minecraft:copper_ingot"
    item2 = "minecraft:gunpowder"
    item3 = "minecraft:iron_ingot"
    item4 = "minecraft:coal"
    item5 = ""
    #crate item tag
    item1tag = ""
    item2tag = ""
    item3tag = ""
    item4tag = ""
    item5tag = ""
    #item count range: 0.0 - 64.0
    min = 0.0
    max = 4.0

[metal_chest]
    #items to restock in metal chests
    item1 = "minecraft:copper_ingot"
    item2 = "minecraft:gunpowder"
    item3 = "minecraft:iron_ingot"
    item4 = "minecraft:coal"
    item5 = "minecraft:arrow"
    item6 = "minecraft:gold_ingot"
    item7 = "minecraft:emerald"
    item8 = "minecraft:emerald"
    item9 = ""
    item10 = ""
    #metal chest item tag
    tem1tag = ""
    tem2tag = ""
    tem3tag = ""
    tem4tag = ""
    tem5tag = ""
    tem6tag = ""
    tem7tag = ""
    tem8tag = ""
    tem9tag = ""
    tem10tag = ""
    #item count range: 0.0 - 64.0
    min = 0.0
    max = 1.0

    [suitcase]
    #items to restock in suitcases
    item1 = "minecraft:apple"
    item2 = "minecraft:bread"
    item3 = ""
    item4 = ""
    item5 = ""
    #suitcase item tag
    item1tag = ""
    item2tag = ""
    item3tag = ""
    item4tag = ""
    item5tag = ""
    #item count range: 0.0 - 64.0
    min = 0.0
    max = 4.0

[dufflebag]
    #items to restock in dufflebags
    item1 = "minecraft:leather"
    item2 = "minecraft:paper"
    item3 = ""
    item4 = ""
    item5 = ""
    #dufflebag item tag
    item1tag = ""
    item2tag = ""
    item3tag = ""
    item4tag = ""
    item5tag = ""
    #item count range: 0.0 - 64.0
    min = 0.0
    max = 4.0

👥 Team & Contributors

powers28
powers28Owner

⚙️ Compatibility

Environment
✅ Client & Server
Loaders
forgeneoforge
Minecraft Versions
1.21.1

🔗 Links

Modrinth Page