mirror of
https://github.com/minetest-mods/technic.git
synced 2025-07-01 07:40:37 +02:00
Chests sorting by Zefram_Fysh
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user