diff --git a/mods/_misc/aliases.lua b/mods/_misc/aliases.lua index 33296865..5e36ab0f 100755 --- a/mods/_misc/aliases.lua +++ b/mods/_misc/aliases.lua @@ -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") \ No newline at end of file +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") \ No newline at end of file