mirror of
https://github.com/minetest-mods/i3.git
synced 2025-07-09 03:50:18 +02:00
Correct large bag size
This commit is contained in:
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 = {
|
||||||
|
Reference in New Issue
Block a user