Awesome Storage
Discover a revolutionary storage system for Minecraft, inspired by the iconic Magic Storage mod from the world of Terraria! This mod offers players a smart and intuitive solution for item management, helping to efficiently organize resources, quickly find needed items, and use them in crafting directly from the shared storage.
The system features well-thought-out functions including gradual capacity increases, customizable recipe types, and convenient visualization of available crafts. All this allows you to focus on exploration and building, freeing you from inventory management routines.
Storage and Expansion
The interface is designed to be extremely intuitive:

To increase container capacity, simply right-click on it using the required resources:

The amount of required materials and capacity increments are fully customizable through JSON configuration files with support for server-side loading:
{
"1": {
"material": {
"id": "minecraft:iron_ingot",
"count": 10
},
"extend": 10
},
"2": {
"material": {
"id": "minecraft:gold_ingot",
"count": 10
},
"extend": 10
},
"3": {
"material": {
"id": "minecraft:diamond",
"count": 10
},
"extend": 10
},
"4": {
"material": {
"id": "minecraft:emerald",
"count": 10
},
"extend": 10
},
"5": {
"material": {
"id": "minecraft:netherite_ingot",
"count": 10
},
"extend": 10
}
}
Smart Crafting
Drag the block specified in the settings to the crafting menu, and the system will show all possible recipes - both complete (all ingredients available) and partially available (at least one of each component present):

Example configuration of crafting stations:
{
"enabled_recipes": [
{
"blocks": [
"minecraft:crafting_table"
],
"recipe_type": "minecraft:crafting"
},
{
"blocks": [
"minecraft:furnace"
],
"recipe_type": "minecraft:smelting"
},
{
"blocks": [
"minecraft:blast_furnace"
],
"recipe_type": "minecraft:blasting"
},
{
"blocks": [
"minecraft:campfire"
],
"recipe_type": "minecraft:campfire_cooking"
},
{
"blocks": [
"minecraft:smoker"
],
"recipe_type": "minecraft:smoking"
}
]
}
Important: Some recipe types are not supported. All settings are located here:
