Skip to content
Snippets Groups Projects
Commit 2ceac65e authored by Milan's avatar Milan
Browse files

add glow obsidian(s) to group 3

parent 2efee29c
No related branches found
No related tags found
No related merge requests found
......@@ -403,7 +403,7 @@ minetest.register_node("caverealms:glow_obsidian", {
description = "Glowing Obsidian",
tiles = {"caverealms_glow_obsidian.png"},
is_ground_content = true,
groups = {cracky=1},
groups = {cracky=1, level = 3},
light_source = 7,
sounds = default.node_sound_stone_defaults({
footstep = {name="default_stone_footstep", gain=0.25},
......@@ -415,7 +415,7 @@ minetest.register_node("caverealms:glow_obsidian_2", {
description = "Hot Glow Obsidian",
tiles = {"caverealms_glow_obsidian2.png"},
is_ground_content = true,
groups = {cracky=1, hot=1},
groups = {cracky=1, hot=1, level = 3}},
damage_per_second = 1,
light_source = 9,
sounds = default.node_sound_stone_defaults({
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment