Portable Storage
ModMIT

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.

1.3K
Downloads
6
Followers
2 months ago
Updated
📦
30
Versions

📖About Portable Storage

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中添加一个仓库界面,界面有搜索栏,下方显示仓库中存放的物品,可以自由拿取和放入物品。

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

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

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

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