Made cup "diamater" smaller

Made plate's raised edges X/Z coords aligned to texture pixels
Gave plate raised edge a gold trim
New inventory image to match
This commit is contained in:
kilbith 2014-08-18 17:02:40 +02:00 committed by Vanessa Ezekowitz
parent c9556c51ba
commit 63eee13d4f
3 changed files with 22 additions and 22 deletions

View File

@ -1197,28 +1197,28 @@ minetest.register_node("homedecor:cutlery_set", {
type = "fixed",
fixed = {
{-0.125, -0.5, -0.4375, 0.125, -0.49, -0.1875}, -- NodeBox1
{-0.0625, -0.5, -0.125, 0.0625, -0.375, -0.1153}, -- NodeBox3
{0.0539418, -0.5, -0.125, 0.0625, -0.375, 0}, -- NodeBox4
{-0.0625, -0.5, -0.125, -0.053942, -0.375, 0}, -- NodeBox5
{-0.0625, -0.5, -0.011563, 0.0625, -0.375, 0}, -- NodeBox6
{-0.0625, -0.40, -0.125, 0.0625, -0.5, 0}, -- NodeBox7
{-0.22, -0.5, -0.45, -0.205, -0.49, -0.245}, -- NodeBox8
{-0.23, -0.5, -0.245, -0.195, -0.49, -0.24}, -- NodeBox9
{-0.23, -0.5, -0.24, -0.225, -0.49, -0.1875}, -- NodeBox11
{-0.22, -0.5, -0.24, -0.215, -0.49, -0.1875}, -- NodeBox12
{-0.21, -0.5, -0.24, -0.205, -0.49, -0.1875}, -- NodeBox13
{-0.2, -0.5, -0.24, -0.195, -0.49, -0.1875}, -- NodeBox14
{0.205, -0.5, -0.45, 0.22, -0.49, -0.3125}, -- NodeBox15
{0.193, -0.5, -0.3125, 0.22, -0.49, -0.185839}, -- NodeBox16
{0.2, -0.5, -0.322, 0.22, -0.49, -0.175}, -- NodeBox17
{-0.1037, -0.5, -0.1875, 0.103734, -0.48, -0.173}, -- NodeBox18
{-0.1079, -0.5, -0.45, 0.103734, -0.48, -0.4375}, -- NodeBox19
{-0.143, -0.5, -0.4205, -0.125, -0.48, -0.2125}, -- NodeBox20
{0.125, -0.5, -0.42, 0.143, -0.48, -0.2125}, -- NodeBox21
{0.1036, -0.5, -0.4375, 0.125, -0.48, -0.42}, -- NodeBox22
{-0.125, -0.5, -0.4375, -0.108, -0.48, -0.42}, -- NodeBox23
{0.1037, -0.5, -0.213, 0.125, -0.48, -0.1875}, -- NodeBox24
{-0.125, -0.5, -0.213, -0.1036, -0.48, -0.1875}, -- NodeBox25
{0.035, -0.5, -0.12, 0.042, -0.375, -0.036}, -- NodeBox2
{-0.042, -0.5, -0.12, -0.035, -0.375, -0.036}, -- NodeBox3
{-0.042, -0.5, -0.12, 0.042, -0.375, -0.112}, -- NodeBox4
{-0.042, -0.5, -0.044, 0.042, -0.375, -0.036}, -- NodeBox5
{-0.042, -0.40, -0.12, 0.042, -0.5, -0.036}, -- NodeBox6
{-0.22, -0.5, -0.45, -0.205, -0.49, -0.245}, -- NodeBox7
{-0.23, -0.5, -0.245, -0.195, -0.49, -0.24}, -- NodeBox8
{-0.23, -0.5, -0.24, -0.225, -0.49, -0.1875}, -- NodeBox9
{-0.22, -0.5, -0.24, -0.215, -0.49, -0.1875}, -- NodeBox10
{-0.21, -0.5, -0.24, -0.205, -0.49, -0.1875}, -- NodeBox11
{-0.2, -0.5, -0.24, -0.195, -0.49, -0.1875}, -- NodeBox12
{0.205, -0.5, -0.45, 0.22, -0.49, -0.3125}, -- NodeBox13
{0.193, -0.5, -0.3125, 0.22, -0.49, -0.185839}, -- NodeBox14
{0.2, -0.5, -0.322, 0.22, -0.49, -0.175}, -- NodeBox15
{-0.1095, -0.5, -0.1875, 0.1095, -0.48, -0.172}, -- NodeBox16
{-0.1095, -0.5, -0.453, 0.1095, -0.48, -0.4375}, -- NodeBox17
{-0.14, -0.5, -0.422, -0.125, -0.48, -0.203}, -- NodeBox18
{0.125, -0.5, -0.422, 0.14, -0.48, -0.203}, -- NodeBox19
{-0.125, -0.5, -0.203, -0.1095, -0.48, -0.1875}, -- NodeBox20
{0.1095, -0.5, -0.203, 0.125, -0.48, -0.1875}, -- NodeBox21
{-0.125, -0.5, -0.4375, -0.1095, -0.48, -0.422}, -- NodeBox22
{0.1095, -0.5, -0.4375, 0.125, -0.48, -0.422}, -- NodeBox23
}
},
selection_box = {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.6 KiB

After

Width:  |  Height:  |  Size: 5.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB