forked from mtcontrib/homedecor_modpack
Better invo images for candles
This commit is contained in:
parent
e60562d58b
commit
877e6f3607
@ -161,12 +161,12 @@ homedecor.register("candle", {
|
|||||||
'homedecor_candle_sides.png',
|
'homedecor_candle_sides.png',
|
||||||
{name="homedecor_candle_flame.png", animation={type="vertical_frames", aspect_w=16, aspect_h=16, length=3.0}},
|
{name="homedecor_candle_flame.png", animation={type="vertical_frames", aspect_w=16, aspect_h=16, length=3.0}},
|
||||||
},
|
},
|
||||||
|
inventory_image = "homedecor_candle_inv.png",
|
||||||
selection_box = tc_cbox,
|
selection_box = tc_cbox,
|
||||||
collision_box = tc_cbox,
|
collision_box = tc_cbox,
|
||||||
sunlight_propagates = true,
|
sunlight_propagates = true,
|
||||||
groups = { snappy = 3 },
|
groups = { snappy = 3 },
|
||||||
light_source = LIGHT_MAX-4,
|
light_source = LIGHT_MAX-4,
|
||||||
sounds = default.node_sound_wood_defaults(),
|
|
||||||
})
|
})
|
||||||
|
|
||||||
local c_cbox = {
|
local c_cbox = {
|
||||||
@ -183,6 +183,7 @@ homedecor.register("candle_thin", {
|
|||||||
'homedecor_candle_sides.png',
|
'homedecor_candle_sides.png',
|
||||||
{name="homedecor_candle_flame.png", animation={type="vertical_frames", aspect_w=16, aspect_h=16, length=3.0}},
|
{name="homedecor_candle_flame.png", animation={type="vertical_frames", aspect_w=16, aspect_h=16, length=3.0}},
|
||||||
},
|
},
|
||||||
|
inventory_image = "homedecor_candle_thin_inv.png",
|
||||||
selection_box = c_cbox,
|
selection_box = c_cbox,
|
||||||
collision_box = c_cbox,
|
collision_box = c_cbox,
|
||||||
sunlight_propagates = true,
|
sunlight_propagates = true,
|
||||||
@ -234,7 +235,7 @@ homedecor.register("oil_lamp", {
|
|||||||
collision_box = ol_cbox,
|
collision_box = ol_cbox,
|
||||||
groups = { snappy = 3 },
|
groups = { snappy = 3 },
|
||||||
light_source = LIGHT_MAX-3,
|
light_source = LIGHT_MAX-3,
|
||||||
sounds = default.node_sound_wood_defaults(),
|
sounds = default.node_sound_glass_defaults(),
|
||||||
})
|
})
|
||||||
|
|
||||||
local gl_cbox = {
|
local gl_cbox = {
|
||||||
|
BIN
homedecor/textures/homedecor_candle_inv.png
Normal file
BIN
homedecor/textures/homedecor_candle_inv.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.2 KiB |
BIN
homedecor/textures/homedecor_candle_thin_inv.png
Normal file
BIN
homedecor/textures/homedecor_candle_thin_inv.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 794 B |
Loading…
Reference in New Issue
Block a user