1
0
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:
Vanessa Ezekowitz 2013-07-15 18:28:30 -04:00
parent f383207166
commit bd4d7be223

View File

@ -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",