mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-11-10 12:30:17 +01:00
revert bad changes of Mg
(the wooden fishing pole has 30 uses, not 1500 uses. 1500 uses is for the perfect fishing pole)
This commit is contained in:
parent
55ff47595a
commit
7f062dd50a
|
@ -80,7 +80,7 @@ minetest.register_tool("fishing:pole", {
|
|||
|
||||
if WEAR_OUT == true
|
||||
and not minetest.setting_getbool("creative_mode") then
|
||||
return rod_wear(itemstack, user, pointed_thing, 1500)
|
||||
return rod_wear(itemstack, user, pointed_thing, 30)
|
||||
else
|
||||
return {name="fishing:pole", count=1, wear=0, metadata=""}
|
||||
end
|
||||
|
@ -97,7 +97,7 @@ minetest.register_tool("fishing:pole", {
|
|||
|
||||
if WEAR_OUT == true
|
||||
and not minetest.setting_getbool("creative_mode") then
|
||||
return rod_wear(itemstack, user, pointed_thing, 1500)
|
||||
return rod_wear(itemstack, user, pointed_thing, 30)
|
||||
else
|
||||
return {name="fishing:pole", count=1, wear=0, metadata=""}
|
||||
end
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
MESSAGES = true
|
||||
FISH_CHANCE = 60
|
||||
FISH_CHANCE = 65
|
||||
NEW_WORM_SOURCE = true
|
||||
WORM_IS_MOB = true
|
||||
WORM_CHANCE = 66
|
||||
WEAR_OUT = true
|
||||
BOBBER_CHECK_RADIUS = 5
|
||||
SIMPLE_DECO_FISHING_POLE = true
|
||||
SHARK_CHANCE = 30
|
||||
SHARK_CHANCE = 35
|
||||
|
|
Loading…
Reference in New Issue
Block a user