HomeJavaModsyafuce's Nerfed Ender Chests
yafuce's Nerfed Ender Chests
ModsJava

yafuce's Nerfed Ender Chests

by yafuce · on Modrinth

A simple fabric server side mod to rebalance the overpowered Ender Chest. Free Minecraft Java mod for 1.21.5, 1.21.6, 1.21.7.

Which Minecraft do you have?

Every version of the game needs its own build. Pick yours, then download — the wrong build installs fine and then does nothing in the game. This mod is built for Fabric only.

⬇ Download for 1.21.5–1.21.11⬇ Download for 1.21.2–1.21.4⬇ Download for 1.21–1.21.1
I don't know my version or loader
Open the Minecraft launcher and look at the profile you play on — it names both, like fabric-loader-1.21.4. The version also shows in the bottom-right corner of the game's main menu.
No loader in the profile name? Then it's plain Minecraft, and these mods won't run — you need Fabric or NeoForge installed first.

Ender chests are overpowered.

Using shulker boxes, a single Ender Chest can hold : 64x27x27 = 46,656 items (or 729 unique unstackables).

For most casual players, that's almost all of a base's storage. It makes item transportation infrastructure (chest boats, chest minecarts, animals...) practically useless.

This mod aims to rebalance Ender Chests to be better suited to only hold the essentials when adventuring.

Features


Configuring the Mod

Edit config/yafuce_nerfed_ender_chest.json to configure the mod.

Default config
{
  "disableEchestAltogether": false,
  "costEchestOpening": true,
  "openerItem": "minecraft:ender_eye",
  "openerItemCount": 1,
  "timeTickFreeAccess": 12000,
  "blockedEchestItems": [
    "minecraft:shulker_box",
    "minecraft:white_shulker_box",
    "minecraft:orange_shulker_box",
    "minecraft:magenta_shulker_box",
    "minecraft:light_blue_shulker_box",
    "minecraft:yellow_shulker_box",
    "minecraft:lime_shulker_box",
    "minecraft:pink_shulker_box",
    "minecraft:gray_shulker_box",
    "minecraft:light_gray_shulker_box",
    "minecraft:cyan_shulker_box",
    "minecraft:purple_shulker_box",
    "minecraft:blue_shulker_box",
    "minecraft:brown_shulker_box",
    "minecraft:green_shulker_box",
    "minecraft:red_shulker_box",
    "minecraft:black_shulker_box"
  ]
}
Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more