mirror of
https://github.com/APercy/airutils.git
synced 2025-03-21 18:41:21 +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", {
|
minetest.register_node( module_name .. ":biofuel_distiller", {
|
||||||
description = "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",
|
drawtype = "mesh",
|
||||||
mesh = "airutils_biofuel_distiller.b3d",
|
mesh = "airutils_biofuel_distiller.b3d",
|
||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
|
|
Loading…
Add table
Reference in a new issue