修复 Fixes
Crash when chopping trees on the server.
在服务器上为树去皮时崩溃。
Mining speed staying slow even when tree size limit is reached.
即使树木尺寸达到限制(无法触发模组功能),采集速度依旧很慢。
更改 Changes
Default tree block amount limit is change from 64 to 200
默认的树木方块数量限制由 64 改为 200。
Sound effect settings moved to server side because it did not work on client.
音效设定移动至服务器端,因为它在客户端不起作用。
添加 Added
Jade Support
玉的支持。
Tree will only fall if a tool is used (Configurable | Default false)
树只在使用工具后倾倒(可配置,默认禁用)。
Tree Size Limiter (Configurable)
树的体积限制(可配置)。
Single block mining method (Client | Configurable | Possible: Crouch, Keybind toggle, off [off means you will have to set if your mining a single block through the config] | Default Crouch)
单块方块的采集方式(仅客户端,可配置:潜行、按键绑定、关闭 [关闭意味着,你在需要采集单个方块时需要通过配置设置] ,默认为潜行)。
Block mining speed is slower for bigger trees (Configurable)
越大的树,采集时间越长(可配置)。
Tree fall sound effect
树木倾倒音效。
更改 Changes
Change food exhaustion to be configurable
使饥饿值消耗可配置。
Change item damage to be configurable
使物品耐久消耗可配置。
已知问题 known issues
Tree mining speed won't change back to the default mining speed when single block mining is active.
树木采集速度在采集单个方块功能激活时无法返回原版速度。
Remade the Tree detection Algorithm.
重制了树木检测算法;
Made automatic log detection by checking if block is part of Log BlockTag.
通过检查方块是否属于“原木”标签实现了自动原木检测;
Change leaves detection to if block is part of Leaves BlockTag.
以检测“树叶”标签的方式更改了树叶的检测;
Added Food Exhaustion for each log of the tree.
为树木的每块原木添加了饱食度消耗;
Added Block mined stat for each block of the tree.
为树木的每个方块添加了采集状态;
Added one block mining when shifting.
当按住 Shift 时只采集单个方块。