mirror of
https://github.com/APercy/airutils.git
synced 2025-03-15 08:01:22 +00:00
changed color
This commit is contained in:
parent
2e9987da03
commit
08f7200caf
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue