Barchairs changed.
This commit is contained in:
parent
ae4d4c303e
commit
e027b9beb5
13
init.lua
13
init.lua
@ -60,6 +60,17 @@ for _,kind in pairs(material) do
|
||||
node_box = {
|
||||
type = "fixed",
|
||||
fixed = {
|
||||
{-0.1875, 0.125, -0.25, 0.1875, 0.25, 0.1875}, -- Barchair
|
||||
{-0.1875, -0.5, -0.25, -0.125, 0.25, -0.1875}, -- Bein_vl
|
||||
{0.125, -0.5, 0.125, 0.1875, 0.1875, 0.1875}, -- Bein_hr
|
||||
{-0.1875, -0.5, 0.125, -0.125, 0.25, 0.1875}, -- Bein_hl
|
||||
{0.125, -0.5, -0.25, 0.1875, 0.25, -0.1875}, -- Bein_vr
|
||||
{-0.125, -0.3125, -0.25, 0.125, -0.25, -0.1875}, -- Quer_l
|
||||
{-0.125, -0.3125, 0.125, 0.125, -0.25, 0.1875}, -- Quer_r
|
||||
{-0.1875, -0.3125, -0.1875, -0.125, -0.25, 0.125}, -- Quer_h
|
||||
{0.125, -0.3125, -0.1875, 0.1875, -0.25, 0.1875}, -- Quer_v
|
||||
}
|
||||
--[[ fixed = {
|
||||
{-0.3125, 0.125, -0.3125, 0.3125, 0.25, 0.3125}, -- Barchair
|
||||
{-0.3125, -0.5, -0.3125, -0.25, 0.25, -0.1875}, -- Bein_vl
|
||||
{0.25, -0.5, 0.1875, 0.3125, 0.25, 0.3125}, -- Bein_hr
|
||||
@ -69,7 +80,7 @@ for _,kind in pairs(material) do
|
||||
{-0.3125, -0.3125, 0.25, 0.3125, -0.25, 0.3125}, -- Quer_r
|
||||
{-0.3125, -0.3125, -0.25, -0.25, -0.25, 0.3125}, -- Quer_h
|
||||
{0.25, -0.3125, -0.3125, 0.3125, -0.25, 0.3125}, -- Quer_v
|
||||
}
|
||||
]]-- }
|
||||
},
|
||||
on_rightclick = function(pos, node, clicker, itemstack, pointed_thing)
|
||||
if not clicker:is_player() then
|
||||
|
Loading…
x
Reference in New Issue
Block a user