Replace ' with "

Used regex: '([a-zA-Z:_1-9-]*)'
Applied on *.lua
This commit is contained in:
Thomas--S
2017-03-29 16:59:00 +02:00
parent 7851a45f88
commit 4b66e9f447
56 changed files with 353 additions and 353 deletions

View File

@ -362,22 +362,22 @@ wrench:register_node("technic:mv_centrifuge_active", {
local chest_mark_colors = {
'_black',
'_blue',
'_brown',
'_cyan',
'_dark_green',
'_dark_grey',
'_green',
'_grey',
'_magenta',
'_orange',
'_pink',
'_red',
'_violet',
'_white',
'_yellow',
'',
"_black",
"_blue",
"_brown",
"_cyan",
"_dark_green",
"_dark_grey",
"_green",
"_grey",
"_magenta",
"_orange",
"_pink",
"_red",
"_violet",
"_white",
"_yellow",
"",
}
for i = 1, 15 do