From 110f8f4195fcf826349f3b89ea782ca967da76ca Mon Sep 17 00:00:00 2001 From: Ombridride Date: Fri, 23 Jan 2015 19:56:08 +0100 Subject: [PATCH] aliases for the new itemframes mod pedestral aliases --- mods/_misc/aliases.lua | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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