Remove attached_node

master
Wuzzy 2021-12-24 00:11:49 +01:00
parent 69be803d9c
commit ab6d82e164
1 changed files with 2 additions and 2 deletions

View File

@ -115,7 +115,7 @@ xdecor.register("candle", {
wield_image = "xdecor_candle_wield.png",
paramtype2 = "wallmounted",
walkable = false,
groups = {snappy = 3, oddly_breakable_by_hand = 3, attached_node = 1},
groups = {snappy = 3, oddly_breakable_by_hand = 3 },
tiles = {
{
name = "xdecor_candle_floor.png",
@ -187,7 +187,7 @@ xdecor.register("lantern", {
wield_image = "xdecor_lantern_inv.png",
paramtype2 = "wallmounted",
walkable = false,
groups = {snappy = 3, attached_node = 1},
groups = {snappy = 3},
tiles = {
{
name = "xdecor_lantern.png",