1
0
鏡像自 https://github.com/sys4-fr/server-nalc.git 已同步 2025-10-24 10:55:21 +02:00

revert bad changes of Mg

(the wooden fishing pole  has 30 uses, not 1500 uses. 1500 uses is for
the perfect fishing pole)
此提交包含在:
Ombridride
2015-03-11 18:10:44 +01:00
父節點 55ff47595a
當前提交 7f062dd50a
共有 2 個檔案被更改,包括 4 行新增4 行删除

查看文件

@@ -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