mirror of
https://github.com/FaceDeer/dfcaverns.git
synced 2025-01-13 11:40:28 +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,
|
sunlight_propagates = true,
|
||||||
walkable = false,
|
walkable = false,
|
||||||
light_source = 12,
|
light_source = 12,
|
||||||
|
drop = "dfcaverns:big_crystal",
|
||||||
groups = {cracky=2, dfcaverns_big_crystal = 1},
|
groups = {cracky=2, dfcaverns_big_crystal = 1},
|
||||||
sounds = default.node_sound_glass_defaults(),
|
sounds = default.node_sound_glass_defaults(),
|
||||||
selection_box = {
|
selection_box = {
|
||||||
@ -107,6 +108,7 @@ minetest.register_node("dfcaverns:big_crystal_30_45", {
|
|||||||
sunlight_propagates = true,
|
sunlight_propagates = true,
|
||||||
walkable = false,
|
walkable = false,
|
||||||
light_source = 12,
|
light_source = 12,
|
||||||
|
drop = "dfcaverns:big_crystal",
|
||||||
groups = {cracky=2, dfcaverns_big_crystal = 1},
|
groups = {cracky=2, dfcaverns_big_crystal = 1},
|
||||||
sounds = default.node_sound_glass_defaults(),
|
sounds = default.node_sound_glass_defaults(),
|
||||||
selection_box = {
|
selection_box = {
|
||||||
|
Loading…
Reference in New Issue
Block a user