adjusted the size of the chest shape
Some checks failed
Check & Release / lint (push) Has been cancelled
Some checks failed
Check & Release / lint (push) Has been cancelled
This commit is contained in:
parent
c344d873e8
commit
fde833200a
@ -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,
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user