changed color

This commit is contained in:
Alexsandro Percy 2023-08-11 18:34:36 -03:00
parent 2e9987da03
commit 08f7200caf
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ local biofueldistiller_formspec = "size[8,9]"
minetest.register_node( module_name .. ":biofuel_distiller", {
description = "Biofuel Distiller",
tiles = {"airutils_metal.png", "airutils_aluminum.png", "airutils_copper.png" },
tiles = {"airutils_black.png", "airutils_aluminum.png", "airutils_copper.png" },
drawtype = "mesh",
mesh = "airutils_biofuel_distiller.b3d",
paramtype = "light",