puzzle particle, bones were only spawning on top of structures

This commit is contained in:
FaceDeer
2019-12-05 17:24:26 -07:00
parent 7ee75edeab
commit ad5d64d901
3 changed files with 3 additions and 2 deletions

View File

@ -149,7 +149,7 @@ local show_key = function(pos, index)
maxexptime = 3,
minsize = 1,
maxsize = 1,
texture = "dfcaverns_glow_amethyst.png",
texture = "dfcaverns_puzzle_particle.png",
glow = 8,
})
end
@ -388,6 +388,7 @@ local capstone_def = {
paramtype = "light",
paramtype2 = "facedir",
groups = slade_groups,
light_source = 8,
sounds = default.node_sound_stone_defaults({ footstep = { name = "bedrock2_step", gain = 1 } }),
is_ground_content = false,
on_blast = function() end,

Binary file not shown.

After

Width:  |  Height:  |  Size: 387 B