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