Перейти к содержимому
Mineforgian

Portable Storage

Add a portable storage feature for players. Integrate a storage interface above the player's backpack UI, supporting functions such as search, upgrades, and automation.

Загрузки
4K
Подписчики
8
Обновлён
1 июля 2026 г.
Лицензия
MIT

Опубликован 12 октября 2025 г.

Portable Storage

Note! This project uses AI to write 99.99% of the code and mod design; I do not know Java. This means I cannot guarantee the mod's usability, compatibility, or stability. Please ensure you accept this and are capable of protecting your data before using this mod.

Project Introduction

Portable Storage is a Minecraft mod based on Fabric and Fabric API. It provides players with a portable warehouse feature. The warehouse currently uses an infinite stacking design, intelligently storing items by variant (including components and NBT data), and supports multi-player sharing and interaction with automation devices.

"Infinite" is not truly infinite; the maximum quantity for a single item type is Long.MAX_VALUE.

Main Features

This mod adds a warehouse interface to the player's inventory UI. The interface includes a search bar, displays items stored in the warehouse below, and allows free retrieval and deposit of items.

The left side of the warehouse interface has upgrade slots where specific items can be placed to unlock additional warehouse functions. The right side is the warehouse settings panel.

You can use a Heart of the Sea to activate a basic warehouse, which has some limitations.

Alternatively, you can use a Nether Star to activate a full warehouse, which has no restrictions.

Features limited in the basic warehouse: Sharing functionality with bound barrels, types of items that can be stored.

Mod UI

Replace this with a description


Portable Storage

注意! 本项目使用AI编写了99.99%的代码和模组设计,我并不会Java。 这意味着,我将无法保证模组的可用性、兼容性、稳定性,请确保你能接受并有能力保护好的数据再使用本模组。

项目简介

Portable Storage 是一个基于 FabricFabric API 的 Minecraft 模组,为玩家提供随身仓库功能。仓库目前采用无限堆叠设计,按物品变体(含组件和NBT数据)进行智能存储,支持多玩家共享和自动化设备交互。

无限并非真无限,单种物品最大为Long.MAX_VALUE

主要特性

这个模组为玩家背包UI中添加一个仓库界面,界面有搜索栏,下方显示仓库中存放的物品,可以自由拿取和放入物品。

仓库界面左侧有升级槽位,可以放入特定物品以解锁仓库的额外功能,右侧是仓库设置面板。

你可以使用一个海洋之心来激活一个初级的仓库,它有一些限制。

或者你可以使用一个下届之星来激活一个完整的仓库,它没有限制。

初级仓库中被限制的功能:绑定木桶的共享功能,存储的物品种类

Ченджлог

2.3.0-betaБета26.2 · 1 июля 2026 г.

v2.3.0-beta

  • 更新到26.2
  • 重构底层物品储存逻辑和设计
  • 移除不再使用的 Ladysnake Maven 依赖,添加 Modrinth Maven 作为新依赖源。
  • 更新 Minecraft、Loader 和 Loom 版本至最新。
  • 更新 Fabric API 和 YACL 版本以兼容新特性。
  • 重构客户端 GUI 逻辑,新增 ClientScreens 类以简化屏幕管理。
  • 引入 ClientWarehouseState 类以优化仓库状态同步。
  • 更新 BoundBarrelItemStorage 以支持更好的物品管理和事务处理。
  • 优化 PortableStorageCommand 以使用新的仓库服务逻辑。
2.2.1Релиз26.1 · 3 июня 2026 г.

v2.2.1

  • 修复将虚拟流体以物品形式丢出的问题
  • 修改gui贴图
2.1.6Релиз1.21.11 · 3 июня 2026 г.

v2.1.6

  1. 快捷键折叠/展开仓库
  2. 关闭背包/容器时自动折叠仓库
  3. 按住ctrl将激活仓库静态模式
  4. 虚拟物品置顶
2.2.0Релиз26.1 · 21 мая 2026 г.

v2.2.0

  • 完善裂隙配置与复制体逻辑
  • 添加更多裂隙配置项
  • 优化底层逻辑和性能
  • 恢复物品收藏
  • 新增虚拟物品收藏支持
  • 新增工具升级与快捷工具调用与
  • 新增更多快捷键
  • 新增“仓库关闭自动折叠”配置项
  • 修复仓库覆盖层渲染与冻结模式同步
2.1.6-fix.1Релиз26.1 · 17 мая 2026 г.

v2.1.6-fix.1

  • 尝试修复容器槽位越界访问问题
2.1.5-fix.1Релиз1.21.11 · 17 мая 2026 г.

v2.1.5-fix.1

  • 尝试修复容器槽位超出问题
2.1.6Релиз26.1, 26.1.1 · 10 апреля 2026 г.

v2.1.6

  • 优化储存底层
2.1.5-beta.2Релиз26.1, 26.1.1 · 9 апреля 2026 г.

v2.1.5-beta.2

  • 修复快捷键注册

Комментарии

Загружаем…