Extra error checking: global variables
This commit is contained in:
parent
bf26b8bee1
commit
1648bc459f
17 changed files with 362 additions and 323 deletions
|
@ -182,7 +182,7 @@ newnode = fun_caves.clone_node("default:tree")
|
|||
newnode.description = "Glowing Fungal Wood"
|
||||
newnode.tiles = {"fun_caves_tree.png^vmg_glowing_fungal.png",}
|
||||
newnode.drop = {items={ {items={"default:wood"},}, {items={"fun_caves:glowing_fungus",},},},}
|
||||
newnode.light_source = fun_caves.light_max - 4
|
||||
newnode.light_source = (fun_caves.light_max or 10) - 4
|
||||
minetest.register_node("fun_caves:glowing_fungal_wood", newnode)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue