mirror of
https://github.com/minetest-mods/technic.git
synced 2025-05-08 19:50:24 +02:00
test if stairsplus is available
log if stairsplus isnt available abort if stairsplus isnt available
This commit is contained in:
parent
4b179821d3
commit
2a56539e31
@ -1,3 +1,7 @@
|
|||||||
|
if not rawget(_G, "stairsplus") then
|
||||||
|
error("[technic/extranodes] stairsplus not found")
|
||||||
|
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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user