Commit 2ceac65e authored by Milan's avatar Milan
Browse files

add glow obsidian(s) to group 3

parent 2efee29c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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({