Merge branch 'lantern' of github.com:kilbith/homedecor_modpack

这个提交包含在:
Vanessa Ezekowitz
2015-02-27 01:41:38 -05:00
当前提交 7359f4eb99
共有 5 个文件被更改,包括 2016 次插入0 次删除

查看文件

@@ -3030,6 +3030,15 @@ for _, color in ipairs(dlamp_colors) do
})
end
minetest.register_craft({
output = "homedecor:hanging_lantern 2",
recipe = {
{ "default:iron_lump", "default:iron_lump", "" },
{ "default:iron_lump", "homedecor:lattice_lantern_large", "" },
{ "default:iron_lump", "", "" },
},
})
if (minetest.get_modpath("technic") and minetest.get_modpath("dye") and minetest.get_modpath("bees")) then
technic.register_separating_recipe({ input = {"bees:wax 1"}, output = {"homedecor:oil_extract 2","dye:yellow 1"} })
end

查看文件

@@ -411,3 +411,20 @@ for _, color in ipairs(dlamp_colors) do
groups = {snappy=3},
})
end
local hl_cbox = {
type = "fixed",
fixed = { -0.25, -0.4, -0.2, 0.25, 0.5, 0.5 },
}
homedecor.register("hanging_lantern", {
description = S("Hanging Lantern"),
mesh = "homedecor_hanging_lantern.obj",
tiles = {"homedecor_hanging_lantern.png"},
inventory_image = "homedecor_hanging_lantern_inv.png",
wield_image = "homedecor_hanging_lantern_inv.png",
groups = {snappy=3},
light_source = 11,
selection_box = hl_cbox,
collision_box = hl_cbox,
})

文件差异内容过多而无法显示 加载差异

二进制文件未显示。

之后

宽度:  |  高度:  |  大小: 8.8 KiB

二进制文件未显示。

之后

宽度:  |  高度:  |  大小: 4.2 KiB