forked from MTSR/jonez
fixes
This commit is contained in:
parent
eed2235b49
commit
9119200873
@ -3,7 +3,8 @@ allow_defined_top = true
|
||||
|
||||
globals = {
|
||||
"minetest",
|
||||
"mobkit"
|
||||
"stairs",
|
||||
"xpanes"
|
||||
}
|
||||
|
||||
read_globals = {
|
||||
|
9
init.lua
9
init.lua
@ -1,10 +1,7 @@
|
||||
jonez = {}
|
||||
|
||||
--Variables
|
||||
local modname = "jonez"
|
||||
local S = minetest.get_translator(minetest.get_current_modname())
|
||||
|
||||
function firstToUpper(str)
|
||||
local function firstToUpper(str)
|
||||
return (str:gsub("^%l", string.upper))
|
||||
end
|
||||
|
||||
@ -116,8 +113,8 @@ minetest.register_ore({
|
||||
clust_scarcity = 7*7*7,
|
||||
clust_num_ores = 5,
|
||||
clust_size = 3,
|
||||
height_min = -31000,
|
||||
height_max = -1000,
|
||||
height_min = -512,
|
||||
height_max = -65,
|
||||
flags = "absheight",
|
||||
})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user