diff --git a/texturas.lua b/texturas.lua index 465ab18..fee746c 100644 --- a/texturas.lua +++ b/texturas.lua @@ -18,6 +18,6 @@ end -- Altera todas as texturas for _, c in ipairs(dye.dyes) do - minetest.override_item("dye:" .. c[1], {inventory_image = "tintas_reais_" .. c[1] .. ".png"}) + minetest.override_item("dye:" .. c[1], {inventory_image = "macrotintas_" .. c[1] .. ".png"}) end diff --git a/textures/tintas_reais_black.png b/textures/macrotintas_black.png similarity index 100% rename from textures/tintas_reais_black.png rename to textures/macrotintas_black.png diff --git a/textures/tintas_reais_blue.png b/textures/macrotintas_blue.png similarity index 100% rename from textures/tintas_reais_blue.png rename to textures/macrotintas_blue.png diff --git a/textures/tintas_reais_brown.png b/textures/macrotintas_brown.png similarity index 100% rename from textures/tintas_reais_brown.png rename to textures/macrotintas_brown.png diff --git a/textures/tintas_reais_cyan.png b/textures/macrotintas_cyan.png similarity index 100% rename from textures/tintas_reais_cyan.png rename to textures/macrotintas_cyan.png diff --git a/textures/tintas_reais_dark_green.png b/textures/macrotintas_dark_green.png similarity index 100% rename from textures/tintas_reais_dark_green.png rename to textures/macrotintas_dark_green.png diff --git a/textures/tintas_reais_dark_grey.png b/textures/macrotintas_dark_grey.png similarity index 100% rename from textures/tintas_reais_dark_grey.png rename to textures/macrotintas_dark_grey.png diff --git a/textures/tintas_reais_green.png b/textures/macrotintas_green.png similarity index 100% rename from textures/tintas_reais_green.png rename to textures/macrotintas_green.png diff --git a/textures/tintas_reais_grey.png b/textures/macrotintas_grey.png similarity index 100% rename from textures/tintas_reais_grey.png rename to textures/macrotintas_grey.png diff --git a/textures/tintas_reais_magenta.png b/textures/macrotintas_magenta.png similarity index 100% rename from textures/tintas_reais_magenta.png rename to textures/macrotintas_magenta.png diff --git a/textures/tintas_reais_orange.png b/textures/macrotintas_orange.png similarity index 100% rename from textures/tintas_reais_orange.png rename to textures/macrotintas_orange.png diff --git a/textures/tintas_reais_pink.png b/textures/macrotintas_pink.png similarity index 100% rename from textures/tintas_reais_pink.png rename to textures/macrotintas_pink.png diff --git a/textures/tintas_reais_red.png b/textures/macrotintas_red.png similarity index 100% rename from textures/tintas_reais_red.png rename to textures/macrotintas_red.png diff --git a/textures/tintas_reais_violet.png b/textures/macrotintas_violet.png similarity index 100% rename from textures/tintas_reais_violet.png rename to textures/macrotintas_violet.png diff --git a/textures/tintas_reais_white.png b/textures/macrotintas_white.png similarity index 100% rename from textures/tintas_reais_white.png rename to textures/macrotintas_white.png diff --git a/textures/tintas_reais_yellow.png b/textures/macrotintas_yellow.png similarity index 100% rename from textures/tintas_reais_yellow.png rename to textures/macrotintas_yellow.png