这个模组将物品默认的堆叠数改为了1, 你将不能堆叠任何物品。
在模组 1.0.5 版本及以上, 你可以在 config/stackone/ignore_item.json 设置使模组跳过对某些物品的堆叠设置.
eg:
在模组 1.0.5 版本及以上, 你可以在 config/stackone/ignore_item.json 设置使模组跳过对某些物品的堆叠设置.
eg:
JSON:
[
{
"item": "minecraft:stone"
},
{
"item": "minecraft:glass"
}
]