Register itemframe alias

This commit is contained in:
Wuzzy 2018-05-13 00:57:32 +02:00
parent a62b5de79e
commit 91fad8072d
1 changed files with 2 additions and 0 deletions

View File

@ -188,3 +188,5 @@ minetest.register_lbm({
update_item_entity(pos, node)
end,
})
minetest.register_alias("itemframes:frame", "mcl_itemframes:item_frame")