promotional bannermobile promotional banner
premium banner
A simple storage system similar to Magic Storage of Terraria mod

Description

Awesome Storage (魔法存储)


Welcome to the simplified storage system mod for Minecraft, inspired by the Magic Storage mod from Terraria! This mod introduces an intuitive and user-friendly storage solution to Minecraft, allowing players to efficiently manage items, query stored items, and use them in crafting recipes. With advanced features such as upgradeable storage capacity, customizable recipe types, and a comprehensive recipe display system, this mod aims to enhance your gaming experience by simplifying inventory management.
In several virsions, there are controller for opening container remotely.

image

Storage

Simple and clear page are provided:

image

Expand capability when right click container with correct material:

image

The material cost and expand size can be config by json, supporting server side load:

{
  "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
  }
}

Craft

Drag the block assigned in config to the menu, and it will provide you all recipe that you can craft and you can not fully craft, that means you have own one of all ingredients:

image

The craft config may look like this:

{
  "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"
    }
  ]
}

Notice :some recipe type are not supported.   configs are located in here:

image


欢迎来到 魔法存储 模组,该模组灵感来源于泰拉瑞亚的魔法存储模组! 此模组为Minecraft引入了一个直观且用户友好的存储解决方案, 让玩家能够高效地管理物品、查询存储物品,并在合成配方中使用它们。 该模组具有可升级的存储容量、可自定义的配方类型以及全面的配方显示系统等高级功能, 旨在通过简化存储管理来增强您的游戏体验。