aliases for the new itemframes mod

pedestral aliases
This commit is contained in:
Ombridride 2015-01-23 19:56:08 +01:00
parent 71607ba18b
commit 110f8f4195
1 changed files with 5 additions and 2 deletions

View File

@ -26,5 +26,8 @@ minetest.register_alias("torches:wand", "default:torch")
minetest.register_alias("moreores:copper_rail", "carts:rail_copper")
-- Old fishing mod to the new fishing mod
minetest.register_alias("fishing:fish", "fishing:fish_cooked")
minetest.register_alias("fishing:worm", "fishing:bait_worm")
minetest.register_alias("fishing:fish_cooked", "fishing:fish")
minetest.register_alias("fishing:worm", "fishing:bait_worm")
-- Old itemframes mod to the new itemframesv(2) mod
minetest.register_alias("itemframes:pedestral", "itemframes:pedestral_cobble")