Chests sorting by Zefram_Fysh

This commit is contained in:
RealBadAngel
2014-05-01 09:32:01 +02:00
parent 00d7c9bdea
commit 5c689acc22
8 changed files with 123 additions and 32 deletions

View File

@ -27,6 +27,8 @@ minetest.register_craft({
technic.chests:register("Iron", {
width = 9,
sort = true,
autosort = false,
infotext = false,
color = false,
locked = false,
@ -34,6 +36,8 @@ technic.chests:register("Iron", {
technic.chests:register("Iron", {
width = 9,
sort = true,
autosort = false,
infotext = false,
color = false,
locked = true,