Minecraft Crates and Cases mod 2026 download
logo
minecraft mod Crates and Cases

Crates and Cases

Game Version: 1.12.2
Total Downloads: 153
Updated: Jun 10, 2021
Created: Jun 7, 2021
Download Crates and CasesDownload Earlier Versions

Earlier Versions

Name Size Uploaded Game Version Downloads
Crates and Cases v0.3 beta 65.66 KB Jun 10, 2021 1.12.2 39 download Crates and Cases Crates and Cases v0.3 betaDownload
Crates and Cases v0.2 beta 65.24 KB Jun 7, 2021 1.12.2 14 download Crates and Cases Crates and Cases v0.2 betaDownload
Crates and Cases v0.1 beta 64.94 KB Jun 7, 2021 1.12.2 100 download Crates and Cases Crates and Cases v0.1 betaDownload

Description

Share this:

With this mod, you can place crates that you can configure by adding in the mod's configuration, items with a percentage chance of loot, and a refill delay!

 

Crates can be used like chest if no loot is defined!

Loot in crates will be override when open the container after refill delay!

 

Exemple for military crate:

"lootTable" allow 10% apple drop, and 10% dirt drop

"refillTime" is time for refill in milisecond (here 5 seconds)

"stackNumber", allow you to get with this example 50% chance to get additional apple, with a maximum of 5 (double value rounded to int)

{
  "lootTable": {
    "minecraft:apple": 10.0,
    "minecraft:dirt": 10.0
  },
  "stackNumber": {
    "minecraft:apple": [
      5.0,
      50.0
    ]
  },
  "blockName": "military",
  "refillTime": 5000
}
 

Comments

Add a comment