1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2024-09-28 23:40:34 +02:00

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

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")