mirror of
https://github.com/mt-mods/plantlife_modpack.git
synced 2025-12-29 00:45:29 +01:00
add nil checks to on_place
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
cavestuff = {}
|
||||
|
||||
dofile(minetest.get_modpath("cavestuff").."/nodes.lua")
|
||||
dofile(minetest.get_modpath("cavestuff").."/mapgen.lua")
|
||||
|
||||
|
||||
@@ -155,5 +155,3 @@ minetest.register_node("cavestuff:stalactite_3",{
|
||||
}
|
||||
},
|
||||
})
|
||||
|
||||
--Stalagmites
|
||||
|
||||
Reference in New Issue
Block a user