1
0
镜像自地址 https://github.com/minetest-mods/technic.git 已同步 2025-10-16 09:55:32 +02:00

Chests sorting by Zefram_Fysh

这个提交包含在:
RealBadAngel
2014-05-01 09:32:01 +02:00
父节点 00d7c9bdea
当前提交 5c689acc22
共有 8 个文件被更改,包括 123 次插入32 次删除

查看文件

@@ -26,6 +26,8 @@ minetest.register_craft({
technic.chests:register("Mithril", {
width = 13,
sort = true,
autosort = true,
infotext = false,
color = false,
locked = false,
@@ -33,6 +35,8 @@ technic.chests:register("Mithril", {
technic.chests:register("Mithril", {
width = 13,
sort = true,
autosort = true,
infotext = false,
color = false,
locked = true,