Some cleaning

This commit is contained in:
Jean-Patrick Guerrero
2021-10-19 05:54:51 +02:00
parent 43b20b317e
commit caba7f3599
5 changed files with 39 additions and 29 deletions

View File

@ -1,4 +1,4 @@
local fmt, insert = string.format, table.insert
local fmt, insert, copy, pairs, ipairs = string.format, table.insert, table.copy, pairs, ipairs
local wood_types = {
"acacia_wood", "aspen_wood", "junglewood", "pine_wood",
@ -262,7 +262,7 @@ local moreblocks_nodes = {
"ice",
}
local colors_moreblocks = table.copy(colors)
local colors_moreblocks = copy(colors)
insert(colors_moreblocks, "white")
local moreblocks_mods = {