1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-06-28 14:16:06 +02:00

[automappercolors & ...] Replace tile_images fields

This commit is contained in:
LeMagnesium
2015-10-30 11:46:00 +01:00
parent baf6efa366
commit c29721e80e
7 changed files with 19 additions and 19 deletions

View File

@ -9,7 +9,7 @@ function amc_dumpnodes()
local n = 0
for name, def in pairs(minetest.registered_nodes) do
if def.drawtype ~= 'airlike' then
local tile = def.tiles or def.tile_images
local tile = def.tiles
if type(tile) == 'table' then
tile = tile[1]
if type(tile) == 'table' then