1
0
鏡像自 https://github.com/mt-mods/homedecor_modpack.git 已同步 2026-01-04 03:25:28 +01:00

Update thin/little candle

此提交包含在:
kilbith
2014-10-17 16:09:37 +02:00
父節點 5a8113d177
當前提交 7c511ac140
共有 3 個檔案被更改,包括 6 行新增16 行删除

查看文件

@@ -300,34 +300,24 @@ minetest.register_node('homedecor:candle', {
}) })
minetest.register_node('homedecor:candle_thin', { minetest.register_node('homedecor:candle_thin', {
description = S("Thin Candle"), description = S("Little Candle"),
drawtype = "nodebox", inventory_image = 'homedecor_candle_inv.png',
drawtype = "plantlike",
tiles = { tiles = {
'homedecor_candle_top.png', {name="homedecor_candle.png", animation={type="vertical_frames", aspect_w=16, aspect_h=16, length=1.0}},
'homedecor_candle_bottom.png',
{name="homedecor_candle_sides.png", animation={type="vertical_frames", aspect_w=16, aspect_h=16, length=3.0}},
}, },
node_box = {
type = "fixed",
fixed = {
{ -0.0625, -0.5, -0.0625, 0.0625, 0, 0.0625 },
{ -0.125, 0, 0, 0.125, 0.5, 0 },
{ 0, 0, -0.125, 0, 0.5, 0.125 }
}
},
selection_box = { selection_box = {
type = "fixed", type = "fixed",
fixed = { fixed = {
{ -0.125, -0.5, -0.125, 0.125, 0.35, 0.125 }, { -0.1, -0.5, -0.1, 0.125, 0.05, 0.125 },
} }
}, },
sunlight_propagates = true, sunlight_propagates = true,
paramtype = "light", paramtype = "light",
paramtype2 = "facedir", paramtype2 = "facedir",
walkable = true, walkable = false,
groups = { snappy = 3 }, groups = { snappy = 3 },
light_source = LIGHT_MAX-4, light_source = LIGHT_MAX-4,
sounds = default.node_sound_wood_defaults(),
}) })
minetest.register_node('homedecor:oil_lamp', { minetest.register_node('homedecor:oil_lamp', {

未顯示二進位檔案。

之後

寬度:  |  高度:  |  大小: 281 B

未顯示二進位檔案。

之後

寬度:  |  高度:  |  大小: 236 B