summaryrefslogtreecommitdiff
path: root/init.lua
diff options
context:
space:
mode:
Diffstat (limited to 'init.lua')
-rw-r--r--init.lua42
1 files changed, 21 insertions, 21 deletions
diff --git a/init.lua b/init.lua
index e2c76f6..4675976 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"},
}
@@ -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",
},
- "plasticbox",
+ "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",
},
- "plasticbox",
+ "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",
},
- "plasticbox",
+ "Plastic",
"plasticbox",
0
)
@@ -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
)
@@ -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",
},
- "plasticbox_"..desc,
+ desc,
"plasticbox_"..colorname,
0
)