add hopper support (#18)

This commit is contained in:
nixnoxus
2022-02-04 00:40:38 +01:00
committed by GitHub
parent a8fceb249d
commit d68e90f017
4 changed files with 31 additions and 3 deletions

View File

@ -6,6 +6,8 @@ local placeholder_node = "homedecor:expansion_placeholder"
function homedecor.register(name, original_def)
local def = table.copy(original_def)
def.is_furnace = nil
def.drawtype = def.drawtype
or (def.mesh and "mesh")
or (def.node_box and "nodebox")