mirror of
https://github.com/mt-mods/homedecor_modpack.git
synced 2025-07-19 22:10:21 +02:00
Add stained glass
This commit is contained in:
@ -197,10 +197,10 @@ homedecor.register("lattice_"..m[1], {
|
||||
type = "fixed",
|
||||
fixed = {
|
||||
{-0.5, -0.5, 0.47, 0.5, 0.5, 0.47}, -- NodeBox1
|
||||
{-0.5, 0.422, 0.44, 0.5, 0.5, 0.5}, -- NodeBox2
|
||||
{-0.5, -0.5, 0.44, 0.5, -0.422, 0.5}, -- NodeBox3
|
||||
{0.422, -0.5, 0.44, 0.5, 0.5, 0.5}, -- NodeBox4
|
||||
{-0.5, -0.5, 0.44, -0.422, 0.5, 0.5} -- NodeBox5
|
||||
{-0.5, 0.421875, 0.44, 0.5, 0.5, 0.5}, -- NodeBox2
|
||||
{-0.5, -0.5, 0.44, 0.5, -0.421875, 0.5}, -- NodeBox3
|
||||
{0.421875, -0.5, 0.44, 0.5, 0.5, 0.5}, -- NodeBox4
|
||||
{-0.5, -0.5, 0.44, -0.421875, 0.5, 0.5} -- NodeBox5
|
||||
}
|
||||
},
|
||||
selection_box = {
|
||||
|
Reference in New Issue
Block a user