1
0
镜像自地址 https://github.com/mt-mods/homedecor_modpack.git 已同步 2025-11-06 03:55:33 +01:00
这个提交包含在:
Vanessa Ezekowitz
2014-10-19 20:49:04 -04:00
当前提交 168ecbb05d
共有 3 个文件被更改,包括 6 次插入16 次删除

查看文件

@@ -300,34 +300,24 @@ minetest.register_node('homedecor:candle', {
})
minetest.register_node('homedecor:candle_thin', {
description = S("Thin Candle"),
drawtype = "nodebox",
description = S("Little Candle"),
inventory_image = 'homedecor_candle_inv.png',
drawtype = "plantlike",
tiles = {
'homedecor_candle_top.png',
'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 }
}
{name="homedecor_candle.png", animation={type="vertical_frames", aspect_w=16, aspect_h=16, length=1.0}},
},
selection_box = {
type = "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,
paramtype = "light",
paramtype2 = "facedir",
walkable = true,
walkable = false,
groups = { snappy = 3 },
light_source = LIGHT_MAX-4,
sounds = default.node_sound_wood_defaults(),
})
minetest.register_node('homedecor:oil_lamp', {

二进制文件未显示。

之后

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

二进制文件未显示。

之后

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