From 04bf67c70c8b255bab8762f25fd8b96860883f94 Mon Sep 17 00:00:00 2001 From: FaceDeer Date: Sat, 19 May 2018 19:28:06 -0600 Subject: [PATCH] make crystals drop non-tilted type for now --- features/glow_crystals.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/features/glow_crystals.lua b/features/glow_crystals.lua index 1defdda..011ad7a 100644 --- a/features/glow_crystals.lua +++ b/features/glow_crystals.lua @@ -73,6 +73,7 @@ minetest.register_node("dfcaverns:big_crystal_30", { sunlight_propagates = true, walkable = false, light_source = 12, + drop = "dfcaverns:big_crystal", groups = {cracky=2, dfcaverns_big_crystal = 1}, sounds = default.node_sound_glass_defaults(), selection_box = { @@ -107,6 +108,7 @@ minetest.register_node("dfcaverns:big_crystal_30_45", { sunlight_propagates = true, walkable = false, light_source = 12, + drop = "dfcaverns:big_crystal", groups = {cracky=2, dfcaverns_big_crystal = 1}, sounds = default.node_sound_glass_defaults(), selection_box = {