summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcheapie <no-email-for-you@example.com>2013-12-20 21:41:09 -0600
committercheapie <no-email-for-you@example.com>2013-12-20 21:41:09 -0600
commit2df56ec29b9f0048f395c98118175b87b21061c3 (patch)
tree60adfe2f0956bf27ff72b682a78c46c90c88aea5
parentc08024859f271d087fb95942c3e4614f86fd4502 (diff)
downloadplasticbox-2df56ec29b9f0048f395c98118175b87b21061c3.tar
plasticbox-2df56ec29b9f0048f395c98118175b87b21061c3.tar.gz
plasticbox-2df56ec29b9f0048f395c98118175b87b21061c3.tar.bz2
plasticbox-2df56ec29b9f0048f395c98118175b87b21061c3.tar.xz
plasticbox-2df56ec29b9f0048f395c98118175b87b21061c3.zip
Change the way plain plastic blocks/micro/stairs name is displayed.
-rw-r--r--init.lua8
1 files 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
)