diff options
author | cheapie <no-email-for-you@example.com> | 2013-12-20 21:41:09 -0600 |
---|---|---|
committer | cheapie <no-email-for-you@example.com> | 2013-12-20 21:41:09 -0600 |
commit | 2df56ec29b9f0048f395c98118175b87b21061c3 (patch) | |
tree | 60adfe2f0956bf27ff72b682a78c46c90c88aea5 | |
parent | c08024859f271d087fb95942c3e4614f86fd4502 (diff) | |
download | plasticbox-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.lua | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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 ) |