better wine rack model

basically stacked the existing model 4x, scaled it down, and added more
bottles to fill the empty spaces.
这个提交包含在:
Vanessa Ezekowitz
2015-01-02 04:39:17 -05:00
父节点 0051fe2ec6
当前提交 8cf3db8aae
修改 3 个文件,包含 11528 行新增2149 行删除

查看文件

@@ -1946,6 +1946,11 @@ minetest.register_node("homedecor:desk_globe", {
sounds = default.node_sound_defaults(),
})
local wine_cbox = {
type = "fixed",
fixed = { -0.5, -0.5, -0.25, 0.5, 0.5, 0.5 }
}
minetest.register_node("homedecor:wine_rack", {
description = "Wine Rack",
drawtype = "mesh",
@@ -1955,6 +1960,8 @@ minetest.register_node("homedecor:wine_rack", {
paramtype = "light",
paramtype2 = "facedir",
groups = {choppy=2},
selection_box = wine_cbox,
collision_box = wine_cbox,
sounds = default.node_sound_defaults(),
})

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

二进制文件未显示。

之前

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

之后

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