alas, cave pearls aren't set up right for attached_node_facedir.

This commit is contained in:
FaceDeer 2022-08-14 01:02:38 -06:00
parent dbcf133d56
commit 79d4b95c2b
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ minetest.register_node("df_mapitems:cave_pearls", {
drawtype = "nodebox",
paramtype = "light",
paramtype2 = "facedir",
groups = {cracky = 2, pickaxey = 2,attached_node_facedir=1},
groups = {cracky = 2, pickaxey = 2,},
walkable = false,
is_ground_content = false,
climbable = true,