Mineuniverse
Log in Register
Mods

One Stack

Set the maximum count of items to stack
by jcrAron
Download Claim this project
53,191 downloads
0 likes
Updated Jul 6, 2026
0 hypes
Storage Utility & QoL

目前版本為 2.x.x,與 1.x.x 的設定檔不兼容

NEW TAG

新增物品標籤 forge:stackable
這個標籤會自動添加到原始堆疊上限為1的物品上

Command

你可以用指令設定每種物品的堆疊上限 (1~2147483646)
priority的數字越大,優先度越高。如果沒有填入則根據item/tag來決定優先度,item預設為1000,tag預設為0

/maxcount set <item|tag> <count|max|default> [priority]
/maxcount unset <item|tag>
/maxcount set minecraft:copper_ingot 999
/maxcount set minecraft:iron_ingot default
/maxcount set #forge:stackable max 
/maxcount unset minecraft:iron_ingot

Config

你也可以在配置檔案中設定堆疊上限 (1~2147483646)
在存檔目錄底下 saves\ <your saved> \serverconfig\onestack-server.toml
可以在遊戲途中修改配置

[[items]]
	tag = "forge:stackable"
	priority = 0
	maxCount = "default"
[[items]]
	name = "minecraft:mushroom_stew"
	priority = 1000
	maxCount = "max"
[[items]]
	name = "minecraft:iron_ingot"
	priority = 1000
	maxCount = 12345

Install

Server和Client都要安裝

API

查看github

Issues

github issues

Incompatible

  1. Sophisticated Storage/Backpacks
    • 不會為Sophisticated Storage/Backpack修復錯誤
    • 建議maxcount設定成小於等於15,887的數來獲得最佳兼容性 floor(2147483646 / 132 / 1024)
onestack-1.20.1-forge-2.2.4.jar
MC Client, 1.20.1, Forge, Server
Beta 2025-05-31 Get

You Might Also Like

Liberty's Villagers
Quality of Life and AI improvements for Villagers
9,968,428
No More Pop-ups
A Minecraft mod to remove in-game pop-ups
996,708
BetterRandomSourceConcurrencyCrash
Improved logging of crashes caused by mods accessing RandomSources from the wrong thread
99,371
Exit Confirmation
Often accidentally closed Minecraft? This mod might help!
99,067
NoDynamicFps
Adds an option to disable Vanilla's Dynamic FPS implementation
99,004
Immersive Crafting
Adds crafting recipes to immersive portals
9,998