Extra error checking: init.lua

This commit is contained in:
Duane 2016-07-14 21:19:03 -05:00
parent 9efa81d1fe
commit e1e7745a15
2 changed files with 74 additions and 15 deletions

View file

@ -219,12 +219,12 @@ minetest.register_node("fun_caves:stone_with_salt", {
drawtype = "glasslike",
sunlight_propagates = false,
is_ground_content = true,
groups = {stone=1, crumbly=3},
groups = {stone=1, crumbly=3, cracky=3},
sounds = default.node_sound_glass_defaults(),
})
newnode = fun_caves.clone_node("fun_caves:stone_with_salt")
-- salt, radioactive ore
newnode = fun_caves.clone_node("fun_caves:stone_with_salt")
newnode.description = "Salt With Radioactive Ore"
newnode.tiles = {"fun_caves_radioactive_ore.png"}
newnode.light_source = 4