mirror of
https://github.com/FaceDeer/dfcaverns.git
synced 2025-01-26 01:50:25 +01:00
alas, cave pearls aren't set up right for attached_node_facedir.
This commit is contained in:
parent
dbcf133d56
commit
79d4b95c2b
@ -8,7 +8,7 @@ minetest.register_node("df_mapitems:cave_pearls", {
|
|||||||
drawtype = "nodebox",
|
drawtype = "nodebox",
|
||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
paramtype2 = "facedir",
|
paramtype2 = "facedir",
|
||||||
groups = {cracky = 2, pickaxey = 2,attached_node_facedir=1},
|
groups = {cracky = 2, pickaxey = 2,},
|
||||||
walkable = false,
|
walkable = false,
|
||||||
is_ground_content = false,
|
is_ground_content = false,
|
||||||
climbable = true,
|
climbable = true,
|
||||||
|
Loading…
Reference in New Issue
Block a user