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