make crystals drop non-tilted type for now

This commit is contained in:
FaceDeer 2018-05-19 19:28:06 -06:00
parent 9190a348f2
commit 04bf67c70c
1 changed files with 2 additions and 0 deletions

View File

@ -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 = {