mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-26 04:21:07 +01:00
Register itemframe alias
This commit is contained in:
parent
a62b5de79e
commit
91fad8072d
1 changed files with 2 additions and 0 deletions
|
@ -188,3 +188,5 @@ minetest.register_lbm({
|
||||||
update_item_entity(pos, node)
|
update_item_entity(pos, node)
|
||||||
end,
|
end,
|
||||||
})
|
})
|
||||||
|
|
||||||
|
minetest.register_alias("itemframes:frame", "mcl_itemframes:item_frame")
|
||||||
|
|
Loading…
Reference in a new issue