diff --git a/LICENSE b/LICENSE index a026df4..938b40e 100644 --- a/LICENSE +++ b/LICENSE @@ -1,10 +1,10 @@ ┌──────────────────────────────────────────────────────────────────────┐ -│ Copyright (c) 2015-2017 kilbith │ +│ Copyright (c) 2015-2021 kilbith │ │ │ │ Code: BSD │ │ Textures: WTFPL (credits: Gambit, kilbith, Cisoun) │ │ Textures (radio, speaker, hanging candle, rooster) by │ - gigomaf (CC BY-NC 3.0) │ +│ gigomaf (CC BY-NC 3.0) │ │ Sounds: │ │ - xdecor_boiling_water.ogg - by Audionautics - CC BY-SA │ │ freesound.org/people/Audionautics/sounds/133901/ │ diff --git a/src/nodes.lua b/src/nodes.lua index 2c62503..f4dd20c 100644 --- a/src/nodes.lua +++ b/src/nodes.lua @@ -153,7 +153,7 @@ xdecor.register("candle", { }, selection_box = { type = "wallmounted", - wall_top = {-0.25, -0.5, -0.25, 0.25, 0.1, 0.25}, + wall_top = {-0.25, -0.3, -0.25, 0.25, 0.5, 0.25}, wall_bottom = {-0.25, -0.5, -0.25, 0.25, 0.1, 0.25}, wall_side = {-0.5, -0.35, -0.15, -0.15, 0.4, 0.15} }