Fix insta-dig candle

master
Wuzzy 2021-12-23 23:07:55 +01:00
parent 7cdf854936
commit f8b77ce249
1 changed files with 1 additions and 1 deletions

View File

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