mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-04-30 13:11:41 -04:00
This commit is contained in:
parent
062fc4610b
commit
e27ad580d6
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue