mirror of
https://github.com/FaceDeer/dfcaverns.git
synced 2024-11-05 10:00:40 +01:00
make crystals drop non-tilted type for now
This commit is contained in:
parent
9190a348f2
commit
04bf67c70c
|
@ -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 = {
|
||||
|
|
Loading…
Reference in New Issue
Block a user