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

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