From f2716b853a541f39dd7a47d5481ead21d4be9e8f Mon Sep 17 00:00:00 2001 From: cheapie Date: Fri, 20 Dec 2013 21:30:06 -0600 Subject: Updating display names --- init.lua | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/init.lua b/init.lua index e2c76f6..10be701 100644 --- a/init.lua +++ b/init.lua @@ -1,18 +1,18 @@ plasticbox = {} plasticbox.colorlist = { - {"black", "Black Plastic Stairs"}, - {"blue", "Blue Plastic Stairs"}, - {"brown", "Brown Plastic Stairs"}, - {"cyan", "Cyan Plastic Stairs"}, - {"green", "Green Plastic Stairs"}, - {"grey", "Grey Plastic Stairs"}, - {"magenta", "Magenta Plastic Stairs"}, - {"orange", "Orange Plastic Stairs"}, - {"pink", "Pink Plastic Stairs"}, - {"red", "Red Plastic Stairs"}, - {"violet", "Violet Plastic Stairs"}, - {"white", "White Plastic Stairs"}, - {"yellow", "Yellow Plastic Stairs"}, + {"black", "Black Plastic"}, + {"blue", "Blue Plastic"}, + {"brown", "Brown Plastic"}, + {"cyan", "Cyan Plastic"}, + {"green", "Green Plastic"}, + {"grey", "Grey Plastic"}, + {"magenta", "Magenta Plastic"}, + {"orange", "Orange Plastic"}, + {"pink", "Pink Plastic"}, + {"red", "Red Plastic"}, + {"violet", "Violet Plastic"}, + {"white", "White Plastic"}, + {"yellow", "Yellow Plastic"}, } @@ -276,7 +276,7 @@ for i in ipairs(plasticbox.colorlist) do { snappy=1,choppy=2,oddly_breakable_by_hand=1,flammable=2 }, { "plasticbox_"..colorname..".png", }, - "plasticbox_"..desc, + ..desc, "plasticbox_"..colorname, 0 ) @@ -287,7 +287,7 @@ for i in ipairs(plasticbox.colorlist) do { snappy=1,choppy=2,oddly_breakable_by_hand=1,flammable=2 }, { "plasticbox_"..colorname..".png", }, - "plasticbox_"..desc, + ..desc, "plasticbox_"..colorname, 0 ) @@ -311,7 +311,7 @@ for i in ipairs(plasticbox.colorlist) do { snappy=1,choppy=2,oddly_breakable_by_hand=1,flammable=2 }, { "plasticbox_"..colorname..".png", }, - "plasticbox_"..desc, + ..desc, "plasticbox_"..colorname, 0 ) -- cgit v1.2.3 From 20ce9e0d8d8b1e2fbbd18410c382f877ece57267 Mon Sep 17 00:00:00 2001 From: cheapie Date: Fri, 20 Dec 2013 21:33:56 -0600 Subject: . --- init.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/init.lua b/init.lua index 10be701..2b94914 100644 --- a/init.lua +++ b/init.lua @@ -276,7 +276,7 @@ for i in ipairs(plasticbox.colorlist) do { snappy=1,choppy=2,oddly_breakable_by_hand=1,flammable=2 }, { "plasticbox_"..colorname..".png", }, - ..desc, + desc, "plasticbox_"..colorname, 0 ) @@ -287,7 +287,7 @@ for i in ipairs(plasticbox.colorlist) do { snappy=1,choppy=2,oddly_breakable_by_hand=1,flammable=2 }, { "plasticbox_"..colorname..".png", }, - ..desc, + desc, "plasticbox_"..colorname, 0 ) @@ -299,7 +299,7 @@ for i in ipairs(plasticbox.colorlist) do { snappy=1,choppy=2,oddly_breakable_by_hand=1,flammable=2 }, { "plasticbox_"..colorname..".png", }, - "plasticbox_"..desc, + desc, "plasticbox_"..colorname, 0 ) @@ -311,7 +311,7 @@ for i in ipairs(plasticbox.colorlist) do { snappy=1,choppy=2,oddly_breakable_by_hand=1,flammable=2 }, { "plasticbox_"..colorname..".png", }, - ..desc, + desc, "plasticbox_"..colorname, 0 ) -- cgit v1.2.3 From c08024859f271d087fb95942c3e4614f86fd4502 Mon Sep 17 00:00:00 2001 From: cheapie Date: Fri, 20 Dec 2013 21:37:10 -0600 Subject: Spelling corrections --- init.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/init.lua b/init.lua index 2b94914..7c9394a 100644 --- a/init.lua +++ b/init.lua @@ -230,7 +230,7 @@ if minetest.get_modpath("moreblocks") then { snappy=1,choppy=2,oddly_breakable_by_hand=1,flammable=2 }, { "plasticbox.png", }, - "plasticbox", + "Plastic box", "plasticbox", 0 ) @@ -242,7 +242,7 @@ if minetest.get_modpath("moreblocks") then { snappy=1,choppy=2,oddly_breakable_by_hand=1,flammable=2 }, { "plasticbox.png", }, - "plasticbox", + "Plastic box", "plasticbox", 0 ) @@ -254,7 +254,7 @@ if minetest.get_modpath("moreblocks") then { snappy=1,choppy=2,oddly_breakable_by_hand=1,flammable=2 }, { "plasticbox.png", }, - "plasticbox", + "Plastic box", "plasticbox", 0 ) -- cgit v1.2.3 From 2df56ec29b9f0048f395c98118175b87b21061c3 Mon Sep 17 00:00:00 2001 From: cheapie Date: Fri, 20 Dec 2013 21:41:09 -0600 Subject: Change the way plain plastic blocks/micro/stairs name is displayed. --- init.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/init.lua b/init.lua index 7c9394a..4675976 100644 --- a/init.lua +++ b/init.lua @@ -219,7 +219,7 @@ if minetest.get_modpath("moreblocks") then { snappy=1,choppy=2,oddly_breakable_by_hand=1,flammable=2 }, { "plasticbox.png", }, - "plasticbox", + "Plastic", "plasticbox", 0 ) @@ -230,7 +230,7 @@ if minetest.get_modpath("moreblocks") then { snappy=1,choppy=2,oddly_breakable_by_hand=1,flammable=2 }, { "plasticbox.png", }, - "Plastic box", + "Plastic", "plasticbox", 0 ) @@ -242,7 +242,7 @@ if minetest.get_modpath("moreblocks") then { snappy=1,choppy=2,oddly_breakable_by_hand=1,flammable=2 }, { "plasticbox.png", }, - "Plastic box", + "Plastic", "plasticbox", 0 ) @@ -254,7 +254,7 @@ if minetest.get_modpath("moreblocks") then { snappy=1,choppy=2,oddly_breakable_by_hand=1,flammable=2 }, { "plasticbox.png", }, - "Plastic box", + "Plastic", "plasticbox", 0 ) -- cgit v1.2.3