mirror of
https://github.com/cheapie/plasticbox.git
synced 2024-12-04 21:23:50 +01:00
Change the way plain plastic blocks/micro/stairs name is displayed.
This commit is contained in:
parent
f1a242950f
commit
c3e53d3a14
8
init.lua
8
init.lua
@ -219,7 +219,7 @@ if minetest.get_modpath("moreblocks") then
|
|||||||
{ snappy=1,choppy=2,oddly_breakable_by_hand=1,flammable=2 },
|
{ snappy=1,choppy=2,oddly_breakable_by_hand=1,flammable=2 },
|
||||||
{ "plasticbox.png",
|
{ "plasticbox.png",
|
||||||
},
|
},
|
||||||
"plasticbox",
|
"Plastic",
|
||||||
"plasticbox",
|
"plasticbox",
|
||||||
0
|
0
|
||||||
)
|
)
|
||||||
@ -230,7 +230,7 @@ if minetest.get_modpath("moreblocks") then
|
|||||||
{ snappy=1,choppy=2,oddly_breakable_by_hand=1,flammable=2 },
|
{ snappy=1,choppy=2,oddly_breakable_by_hand=1,flammable=2 },
|
||||||
{ "plasticbox.png",
|
{ "plasticbox.png",
|
||||||
},
|
},
|
||||||
"Plastic box",
|
"Plastic",
|
||||||
"plasticbox",
|
"plasticbox",
|
||||||
0
|
0
|
||||||
)
|
)
|
||||||
@ -242,7 +242,7 @@ if minetest.get_modpath("moreblocks") then
|
|||||||
{ snappy=1,choppy=2,oddly_breakable_by_hand=1,flammable=2 },
|
{ snappy=1,choppy=2,oddly_breakable_by_hand=1,flammable=2 },
|
||||||
{ "plasticbox.png",
|
{ "plasticbox.png",
|
||||||
},
|
},
|
||||||
"Plastic box",
|
"Plastic",
|
||||||
"plasticbox",
|
"plasticbox",
|
||||||
0
|
0
|
||||||
)
|
)
|
||||||
@ -254,7 +254,7 @@ if minetest.get_modpath("moreblocks") then
|
|||||||
{ snappy=1,choppy=2,oddly_breakable_by_hand=1,flammable=2 },
|
{ snappy=1,choppy=2,oddly_breakable_by_hand=1,flammable=2 },
|
||||||
{ "plasticbox.png",
|
{ "plasticbox.png",
|
||||||
},
|
},
|
||||||
"Plastic box",
|
"Plastic",
|
||||||
"plasticbox",
|
"plasticbox",
|
||||||
0
|
0
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user