1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-06-28 06:11:47 +02:00

Add a new fishing mod and ...

- Remove the old fishing mod
- Update aliases
- tweak settings and hunger of the new fishing mod
This commit is contained in:
Ombridride
2014-12-15 01:53:06 +01:00
parent e588717ca0
commit cdbe82a9e9
64 changed files with 1502 additions and 783 deletions

View File

@ -25,3 +25,6 @@ minetest.register_alias("torches:wand", "default:torch")
-- Remove copper_rail from moreores => utilisation des rail_copper du mod carts
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")