Mod

Loot Stock

Quick rating

Loot Stock

No reviews yet

A configurable loot generator

QoL & Tweaks
Storage & Organization
Mod Loaders
Forge
NeoForge
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Dev Environment
Client Required
Server Required

About

Project Details

Type
Mod
License
All Rights Reserved
Latest Version
lootstock-2.1-neoforge-1.21.1
Authors
CurseForge
Modrinth

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID
Modrinth ID

Resources

External Links

Source Issues Wiki Discord

About

Description

The purpose of this mod is to encourage item grinding and exploration also available on Modrinth


2025-12-29_14-18-08-png.png

Configurable containers and boxes

2025-12-29_14-18-37-png.png

The items will spawn inside the 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

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

Screenshots

Gallery

  • Locker Inventory
    Locker Inventory
  • Containers
    Containers
  • Containers
    Containers
  • lockers
    lockers
  • Locker Inventory
    Locker Inventory
  • Containers
    Containers
  • Containers
    Containers
  • lockers
    lockers

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

~8,000
Total Downloads
CurseForge
~6,000
Modrinth
~2,000
Last Updated
CurseForge
Created
CurseForge
Modrinth
Last synced
When ModDex last fetched and imported data for this project from CurseForge or Modrinth. High-traffic and active projects are checked more often.
Next pipeline sync