mirror of
https://github.com/minetest-mods/i3.git
synced 2025-05-02 17:20:40 +02:00
Correct large bag size
This commit is contained in:
parent
7030441d5d
commit
7402e47e77
2
init.lua
2
init.lua
@ -89,7 +89,7 @@ local META_SAVES = {"bag_size", "skin_id"}
|
|||||||
local BAG_SIZES = {
|
local BAG_SIZES = {
|
||||||
small = INV_SIZE + 6,
|
small = INV_SIZE + 6,
|
||||||
medium = INV_SIZE + 12,
|
medium = INV_SIZE + 12,
|
||||||
large = INV_SIZE + 26,
|
large = INV_SIZE + 24,
|
||||||
}
|
}
|
||||||
|
|
||||||
local PNG = {
|
local PNG = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user