2015-06-09 23:09:47 +02:00
|
|
|
minetest.register_alias("flowers_plus:seaweed", "flowers:seaweed") -- exception
|
2015-04-16 21:33:56 +02:00
|
|
|
|
|
|
|
|
2015-06-16 01:42:05 +02:00
|
|
|
fishing_setting.prizes["fish"] = {
|
2015-06-09 23:09:47 +02:00
|
|
|
{"fishing", "fish_raw", 0, "a Fish."}
|
|
|
|
}
|
2015-06-16 01:42:05 +02:00
|
|
|
|
|
|
|
|
2015-04-16 21:33:56 +02:00
|
|
|
-- Here's what you can prizes
|
2015-06-16 01:42:05 +02:00
|
|
|
fishing_setting.prizes["plants"] = {
|
2015-06-09 23:09:47 +02:00
|
|
|
-- MoD iTeM WeaR MeSSaGe ("You caught "..)
|
|
|
|
{"default", "stick", 0, "a Twig."},
|
|
|
|
{"mobs", "rat", 0, "a Rat."},
|
|
|
|
{"flowers_plus", "seaweed", 0, "some Seaweed."},
|
|
|
|
{"seaplants", "kelpgreen", 0, "a Green Kelp."},
|
|
|
|
{"farming", "string", 0, "a String."},
|
|
|
|
{"trunks", "twig_1", 0, "a Twig."}
|
2015-04-16 21:33:56 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2015-06-16 01:42:05 +02:00
|
|
|
fishing_setting.prizes["stuff"] = {
|
2015-06-09 23:09:47 +02:00
|
|
|
{"fishing", "pole_wood", "randomtools", "an old Fishing Pole."},
|
|
|
|
{"3d_armor", "boots_wood", "random", "some very old Boots."}
|
2015-04-16 21:33:56 +02:00
|
|
|
}
|
|
|
|
|
2015-06-16 01:42:05 +02:00
|
|
|
|
|
|
|
fishing_setting.prizes["tresor"] = {"default", "mese", 0, "a mese block."}
|
|
|
|
|