Realistic Storage

Quick rating

Community listing page, reviews here may not be monitored by the author.

Realistic Storage

No reviews yet

Prevent containers from holding blocks

Mod Loaders
Forge
Minecraft

Community voices

Reviews

List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Show per page
10
25
50
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

About

Project Details

Type
Mod
Latest Version
realisticstorage-1.18.2-1.6.jar

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

Resources

External Links

Source Issues Wiki Discord

About

Description

Realistic Storage

What does it do?

No block in containers

All large blocks (such as dirt, cobble, stairs, etc) are not permitted anymore in chests, etc. You have to find alternative storage solutions for these (see the Pallet below). Only items and small blocks (torches, flowers, etc) are permitted in chests. Minecart chests are not checked, to encourage their use for transporting resources. Everything is configurable, mod support requires manual config (see below).

No block in containers

Pallet block

New block: the Pallet (comes in all Wood variants). All blocks placed on the pallet (up to 8 blocks above it) come back to your inventory instantly when left-clicked. Right-click on a pallet will automatically stack blocks above the pallet (up to the limit of 8). Adjacent pallets will share the blocks added with right-click, so that a group of pallets acts like a large container. Time to build some warehouses!

Note: block placed before the pallet will still have to be mined normally. This prevents insta-mining and free feather touch. This also allow you to put a roof above the pallet without risk of destroying it by mistake.

The Pallet

Limited inventory slots

For a more extreme experience, inventory slots can be disabled as well (configurable): limit to 9 to keep only the hotbar, or even 2 for the most realistic experience! The Tool Belt mod is the ideal companion for this feature.

Limited slots

How does it work?

Anything in the chest is ejected if it can be placed in the world. Exceptions to this simple rule (black list and white list) are defined in the config file. Regular expressions (regex) are allowed, in order to make config a bit faster. The default config covers only vanilla items and containers.

The restriction can be bypassed using hoppers. Consider this mod as an encouragement for role-play.

Configure containers

First, make sure that you have set

print_container_names = true

in the config file (config/realisticstorage_common.toml). Don't forget to restart the game after changing the config file. Then, open and close a container in-game to show its name in the chat.

Container name

And add this name to the list of checked containers in the config:

checked_container = ["StorageTileEntity", ...

Configure items

  1. Press F3+H in game to show advanced tooltips.

Advanced tooltips

  1. Hover over the item to configure, and note the registry name in the tooltip.

Tooltip example

  1. In the config file, add the registry name either to never_ejected to make sure it is allowed in containers, or always_ejected to make sure it is not allowed.
never_ejected = ["decorative_blocks:bar_panel", ...

If there are multiple variations of the item, you can use regular expression to match all of them at once. For example, to add all windows from Macaw's Windows

Tooltip regex example

Add a regex such as

never_ejected = ["mcwwindows:.*_window", ...

To match all items from the mod that end with _window. Or even

never_ejected = [".*_window", ...

To match all items from all mods that end with _window. See the default config for more examples.

Credits

This mod is inspired from Oversized Item in Storage Area by DoubleDoorDev for the container part, and by Trophy Slots from Lomeli12 for the limited slots part.

Screenshots

Gallery

This project has no gallery images yet.

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

~25,000
Downloads
Last Updated
Created
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works