fixed barter highlight/outlining

master
Christian Wischenbart 2015-08-05 04:41:56 +02:00
parent d23d03ca46
commit 4d1984db18
1 changed files with 4 additions and 4 deletions

View File

@ -100,10 +100,10 @@ minetest.register_node("currency:barter", {
type = "fixed",
fixed = {
{-0.500000,0.312500,-0.500000,0.500000,0.500000,0.500000},
{-0.437500,-0.500000,-0.437500,-0.250000,0.500000,-0.250000},
{-0.437500,-0.500000,0.250000,-0.250000,0.500000,0.437500},
{0.250000,-0.500000,-0.437500,0.437500,0.500000,-0.250000},
{0.250000,-0.500000,0.250000,0.437500,0.500000,0.447500},
{-0.437500,-0.500000,-0.437500,-0.250000,0.400000,-0.250000},
{-0.437500,-0.500000,0.250000,-0.250000,0.400000,0.437500},
{0.250000,-0.500000,-0.437500,0.437500,0.400000,-0.250000},
{0.250000,-0.500000,0.250000,0.437500,0.400000,0.447500},
},
},
groups = {choppy=2,oddly_breakable_by_hand=2},