mirror of
https://github.com/minetest-mods/technic.git
synced 2025-07-01 15:50:39 +02:00
test if stairsplus is available
log if stairsplus isnt available
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
if not rawget(_G, "stairsplus") then
|
||||||
|
minetest.log("info", "[technic/extranodes] stairsplus not found")
|
||||||
|
return
|
||||||
|
end
|
||||||
|
|
||||||
-- Minetest 0.4.6 mod: extranodes
|
-- Minetest 0.4.6 mod: extranodes
|
||||||
-- namespace: technic
|
-- namespace: technic
|
||||||
-- Boilerplate to support localized strings if intllib mod is installed.
|
-- Boilerplate to support localized strings if intllib mod is installed.
|
||||||
|
Reference in New Issue
Block a user