mirror of
https://github.com/mt-mods/homedecor_modpack.git
synced 2025-12-02 11:55:19 +01:00
fixed missing description for active furnace-like nodes (ovens, etc)
This commit is contained in:
@@ -169,6 +169,7 @@ function homedecor_register_furnace(name, furnacedef)
|
|||||||
}
|
}
|
||||||
|
|
||||||
local def_active = {
|
local def_active = {
|
||||||
|
description = furnacedef.description.." (active)",
|
||||||
tiles = tiles_active,
|
tiles = tiles_active,
|
||||||
paramtype = furnacedef.paramtype,
|
paramtype = furnacedef.paramtype,
|
||||||
paramtype2 = furnacedef.paramtype2 or "facedir",
|
paramtype2 = furnacedef.paramtype2 or "facedir",
|
||||||
|
|||||||
Reference in New Issue
Block a user