comment unused vars
This commit is contained in:
parent
25ab9591e4
commit
90df44aeaf
6
api.lua
6
api.lua
@ -28,7 +28,7 @@ local use_cmi = minetest.global_exists("cmi")
|
|||||||
|
|
||||||
mobs = {
|
mobs = {
|
||||||
mod = "redo",
|
mod = "redo",
|
||||||
version = "20220712",
|
version = "20220722",
|
||||||
intllib = S,
|
intllib = S,
|
||||||
invis = minetest.global_exists("invisibility") and invisibility or {}
|
invis = minetest.global_exists("invisibility") and invisibility or {}
|
||||||
}
|
}
|
||||||
@ -106,8 +106,8 @@ local stuck_timeout = 3 -- how long before stuck mod starts searching
|
|||||||
local stuck_path_timeout = 5 -- how long will mob follow path before giving up
|
local stuck_path_timeout = 5 -- how long will mob follow path before giving up
|
||||||
|
|
||||||
-- default nodes
|
-- default nodes
|
||||||
local node_fire = "fire:basic_flame"
|
--local node_fire = "fire:basic_flame"
|
||||||
local node_permanent_flame = "fire:permanent_flame"
|
--local node_permanent_flame = "fire:permanent_flame"
|
||||||
local node_ice = "default:ice"
|
local node_ice = "default:ice"
|
||||||
local node_snowblock = "default:snowblock"
|
local node_snowblock = "default:snowblock"
|
||||||
local node_snow = "default:snow"
|
local node_snow = "default:snow"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user