mirror of
https://github.com/minetest/minetest_game.git
synced 2025-01-09 15:00:18 +01:00
This commit is contained in:
parent
062fc4610b
commit
e27ad580d6
@ -6,7 +6,7 @@
|
|||||||
-- Load support for MT game translation.
|
-- Load support for MT game translation.
|
||||||
local S = minetest.get_translator("bones")
|
local S = minetest.get_translator("bones")
|
||||||
|
|
||||||
local bones_max_slots = minetest.settings:get("bones_max_slots") or 15 * 10
|
local bones_max_slots = tonumber(minetest.settings:get("bones_max_slots")) or 15 * 10
|
||||||
local min_inv_size = 4 * 8 -- display and provide at least this many slots
|
local min_inv_size = 4 * 8 -- display and provide at least this many slots
|
||||||
|
|
||||||
bones = {}
|
bones = {}
|
||||||
|
Loading…
Reference in New Issue
Block a user