From 998f08abfbf3778240336f75d10d437fb5b36940 Mon Sep 17 00:00:00 2001 From: Vanessa Ezekowitz Date: Tue, 19 Aug 2014 11:02:56 -0400 Subject: [PATCH] simplify trash can --- homedecor/misc-nodes.lua | 50 ++++-------------- .../textures/homedecor_trashcan_sides.png | Bin 340 -> 292 bytes 2 files changed, 9 insertions(+), 41 deletions(-) diff --git a/homedecor/misc-nodes.lua b/homedecor/misc-nodes.lua index 59ff74b2..7f47de7c 100644 --- a/homedecor/misc-nodes.lua +++ b/homedecor/misc-nodes.lua @@ -876,47 +876,15 @@ minetest.register_node("homedecor:trash_can", { node_box = { type = "fixed", fixed = { - {-0.1875, -0.5, -0.1875, 0.1875, -0.4375, 0.1875}, -- NodeBox8 - {-0.125, -0.5, 0.1875, 0.125, -0.375, 0.25}, -- NodeBox9 - {-0.125, -0.5, -0.25, 0.125, -0.375, -0.1875}, -- NodeBox10 - {0.1875, -0.5, -0.125, 0.25, -0.375, 0.125}, -- NodeBox11 - {-0.25, -0.5, -0.125, -0.1875, -0.375, 0.125}, -- NodeBox12 - {-0.1875, -0.4375, 0.125, -0.125, -0.375, 0.1875}, -- NodeBox13 - {0.125, -0.4375, -0.1875, 0.1875, -0.375, -0.125}, -- NodeBox15 - {-0.125, -0.375, 0.1875, -0.0625, 0.125, 0.25}, -- NodeBox17 - {0, -0.375, 0.1875, 0.0625, 0.125, 0.25}, -- NodeBox18 - {0.125, -0.5, 0.125, 0.1875, 0.125, 0.1875}, -- NodeBox19 - {0.1875, -0.375, 0, 0.25, 0.125, 0.0625}, -- NodeBox20 - {0.1875, -0.375, -0.125, 0.25, 0.125, -0.0625}, -- NodeBox21 - {0.0625, -0.375, -0.25, 0.125, 0.125, -0.1875}, -- NodeBox22 - {-0.0625, -0.375, -0.25, 0, 0.125, -0.1875}, -- NodeBox23 - {-0.125, -0.4375, -0.1875, -0.1875, 0.125, -0.125}, -- NodeBox24 - {-0.25, -0.375, -0.0625, -0.1875, 0.125, 0}, -- NodeBox25 - {-0.25, -0.375, 0.0625, -0.1875, 0.125, 0.125}, -- NodeBox26 - {-0.125, -0.3125, -0.25, 0.125, -0.25, -0.1875}, -- NodeBox27 - {0.1875, -0.3125, -0.125, 0.25, -0.25, 0.125}, -- NodeBox28 - {-0.125, -0.3125, 0.1875, 0.125, -0.25, 0.25}, -- NodeBox29 - {-0.25, -0.3125, -0.125, -0.1875, -0.25, 0.125}, -- NodeBox30 - {0.125, -0.3125, -0.1875, 0.1875, -0.25, -0.125}, -- NodeBox31 - {-0.1875, -0.3125, 0.125, -0.125, -0.25, 0.1875}, -- NodeBox33 - {-0.125, -0.1875, -0.25, 0.125, -0.125, -0.1875}, -- NodeBox35 - {0.1875, -0.1875, -0.125, 0.25, -0.125, 0.125}, -- NodeBox36 - {-0.125, -0.1875, 0.1875, 0.125, -0.125, 0.25}, -- NodeBox37 - {-0.25, -0.1875, -0.125, -0.1875, -0.125, 0.125}, -- NodeBox38 - {-0.125, -0.0625, -0.25, 0.125, 0, -0.1875}, -- NodeBox39 - {0.1875, 0.0625, -0.125, 0.25, 0.125, 0.125}, -- NodeBox44 - {-0.125, 0.0625, 0.1875, 0.125, 0.125, 0.25}, -- NodeBox45 - {0.125, -0.1875, -0.1875, 0.1875, -0.125, -0.125}, -- NodeBox44 - {0.125, 0.0625, -0.1875, 0.1875, 0.125, -0.125}, -- NodeBox45 - {-0.1875, -0.1875, 0.125, -0.125, -0.125, 0.1875}, -- NodeBox47 - {-0.1875, -0.0625, 0.125, -0.125, 0, 0.1875}, -- NodeBox48 - {-0.1875, 0.0625, 0.125, -0.125, 0.125, 0.1875}, -- NodeBox49 - {0.125, -0.0625, -0.1875, 0.1875, 0, -0.125}, -- NodeBox51 - {-0.25, 0.0625, -0.125, -0.1875, 0.125, 0.125}, -- NodeBox48 - {-0.25, -0.0625, -0.125, -0.1875, 0, 0.125}, -- NodeBox49 - {-0.125, 0.0625, -0.25, 0.125, 0.125, -0.1875}, -- NodeBox50 - {0.1875, -0.0625, -0.125, 0.25, 0, 0.125}, -- NodeBox51 - {-0.125, -0.0625, 0.1875, 0.125, 0, 0.25}, -- NodeBox52 + {-0.25, -0.5, -0.125, -0.1875, 0.125, 0.125}, -- NodeBox1 + {0.1875, -0.5, -0.125, 0.25, 0.125, 0.125}, -- NodeBox2 + {-0.125, -0.5, -0.25, 0.125, 0.125, -0.1875}, -- NodeBox3 + {-0.125, -0.5, 0.1875, 0.125, 0.125, 0.25}, -- NodeBox4 + {-0.1875, -0.5, 0.125, -0.125, 0.125, 0.1875}, -- NodeBox5 + {-0.1875, -0.5, -0.1875, -0.125, 0.125, -0.125}, -- NodeBox6 + {0.125, -0.5, -0.1875, 0.1875, 0.125, -0.125}, -- NodeBox7 + {0.125, -0.5, 0.125, 0.1875, 0.125, 0.1875}, -- NodeBox8 + {-0.1875, -0.5, -0.1875, 0.1875, -0.4375, 0.1875}, -- NodeBox9 } }, selection_box = { diff --git a/homedecor/textures/homedecor_trashcan_sides.png b/homedecor/textures/homedecor_trashcan_sides.png index 112b6d6ff7ba412e68205b37d3158085e2b12218..472a1e2255c81bee703f422733f83d73316deb1e 100644 GIT binary patch delta 144 zcmV;B0B`@)0;B?voPPmyQchC%M1+v2RMmR zNFhAW@C3fV5xK-q4q(WKE<^*DaSIBGCv+qTX#t$o)Sh&h5oV{#Xvp0YZ|w=^}( u2Wy&U5z_+uyk|4Z)d6c&t<@^ZlAAB~trzKLsRgP40000