adjusted the size of the chest shape
Some checks failed
Check & Release / lint (push) Has been cancelled

This commit is contained in:
Vitaliy Olkhin 2025-01-01 16:04:47 +05:00
parent c344d873e8
commit fde833200a
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
local S = minetest.get_translator("technic_chests")
technic.chests:register(S("Copper"), "copper", {
width = 12,
width = 14,
height = 5,
sort = true,
autosort = true,
@ -11,7 +11,7 @@ technic.chests:register(S("Copper"), "copper", {
})
technic.chests:register(S("Copper"), "copper",{
width = 12,
width = 14,
height = 5,
sort = true,
autosort = true,

View File

@ -30,7 +30,7 @@ minetest.register_craft({
})
technic.chests:register(S("Silver"), "silver", {
width = 12,
width = 14,
height = 6,
sort = true,
autosort = true,
@ -40,7 +40,7 @@ technic.chests:register(S("Silver"), "silver", {
})
technic.chests:register(S("Silver"), "silver",{
width = 12,
width = 14,
height = 6,
sort = true,
autosort = true,