Update nodes.lua

This commit is contained in:
superfloh247 2021-05-31 11:55:48 +02:00 committed by GitHub
parent 58c5c7326a
commit 75fe5d3fa6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -254,6 +254,21 @@ gn("ethereal:illumishroom")
gn("ethereal:illumishroom2")
gn("ethereal:illumishroom3")
-------------------------------------------------------------------------------
-- underch Ground
-------------------------------------------------------------------------------
if minetest.get_modpath("underch") then
for regnodename,v in pairs(minetest.registered_nodes) do
if string.find(regnodename, "underch:") then
if string.find(regnodename, "_cobble") and not string.find(regnodename, "_wall") then
gnname = string.gsub(regnodename, "_cobble", "")
print("tubelib_addons1.register_ground_node: " .. gnname)
gn(gnname, regnodename)
end
end
end
end
-------------------------------------------------------------------------------
-- Registered flowers