mirror of
https://github.com/minetest-mods/i3.git
synced 2024-11-14 14:50:22 +01:00
spacing
This commit is contained in:
parent
22961b2758
commit
a147b9e6a3
6
init.lua
6
init.lua
|
@ -83,9 +83,9 @@ local HUD_TIMER_MAX = 1.5
|
||||||
local MIN_FORMSPEC_VERSION = 4
|
local MIN_FORMSPEC_VERSION = 4
|
||||||
|
|
||||||
local BAG_SIZES = {
|
local BAG_SIZES = {
|
||||||
[1] = INV_SIZE + 3,
|
[1] = INV_SIZE + 3,
|
||||||
[2] = INV_SIZE + 6,
|
[2] = INV_SIZE + 6,
|
||||||
[3] = INV_SIZE + 9,
|
[3] = INV_SIZE + 9,
|
||||||
}
|
}
|
||||||
|
|
||||||
local SUBCAT = {
|
local SUBCAT = {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user