mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-11-16 23:40:31 +01:00
aliases for the new itemframes mod
pedestral aliases
This commit is contained in:
parent
71607ba18b
commit
110f8f4195
|
@ -26,5 +26,8 @@ minetest.register_alias("torches:wand", "default:torch")
|
||||||
minetest.register_alias("moreores:copper_rail", "carts:rail_copper")
|
minetest.register_alias("moreores:copper_rail", "carts:rail_copper")
|
||||||
|
|
||||||
-- Old fishing mod to the new fishing mod
|
-- Old fishing mod to the new fishing mod
|
||||||
minetest.register_alias("fishing:fish", "fishing:fish_cooked")
|
minetest.register_alias("fishing:fish_cooked", "fishing:fish")
|
||||||
minetest.register_alias("fishing:worm", "fishing:bait_worm")
|
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")
|
Loading…
Reference in New Issue
Block a user