1
0
zrcadlo https://github.com/mt-mods/homedecor_modpack.git synchronizováno 2025-11-10 14:45:29 +01:00

better wine rack model

basically stacked the existing model 4x, scaled it down, and added more
bottles to fill the empty spaces.
Tento commit je obsažen v:
Vanessa Ezekowitz
2015-01-02 04:39:17 -05:00
rodič 0051fe2ec6
revize 8cf3db8aae
3 změnil soubory, kde provedl 11528 přidání a 2149 odebrání

Zobrazit soubor

@@ -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(),
})