Extra error checking: init.lua
This commit is contained in:
parent
9efa81d1fe
commit
e1e7745a15
2 changed files with 74 additions and 15 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue