mirror of
https://github.com/MinetestForFun/fishing.git
synced 2025-07-27 12:20:29 +02:00
continue rewriting
refactor code rename files
This commit is contained in:
14
prizes.lua
14
prizes.lua
@ -1,13 +1,13 @@
|
||||
minetest.register_alias("flowers_plus:seaweed", "flowers:seaweed") -- exception
|
||||
|
||||
|
||||
fishing_setting.prizes.fish = {
|
||||
fishing_setting.prizes["fish"] = {
|
||||
{"fishing", "fish_raw", 0, "a Fish."}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
-- Here's what you can prizes
|
||||
fishing_setting.prizes.loose = {
|
||||
fishing_setting.prizes["plants"] = {
|
||||
-- MoD iTeM WeaR MeSSaGe ("You caught "..)
|
||||
{"default", "stick", 0, "a Twig."},
|
||||
{"mobs", "rat", 0, "a Rat."},
|
||||
@ -18,9 +18,11 @@ fishing_setting.prizes.loose = {
|
||||
}
|
||||
|
||||
|
||||
fishing_setting.prizes.stuff = {
|
||||
fishing_setting.prizes["stuff"] = {
|
||||
{"fishing", "pole_wood", "randomtools", "an old Fishing Pole."},
|
||||
{"3d_armor", "boots_wood", "random", "some very old Boots."}
|
||||
}
|
||||
|
||||
fishing_setting.prizes.tresor = {"default", "mese", 0, "a mese block."}
|
||||
|
||||
fishing_setting.prizes["tresor"] = {"default", "mese", 0, "a mese block."}
|
||||
|
||||
|
Reference in New Issue
Block a user