新建2023-07-12

修复 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.
    音效设定移动至服务器端,因为它在客户端不起作用。

2023-07-12

修复 Fixes

  • Keybind registering on server when it should not.
    模组不应在服务端注册绑定按键。

2023-07-12

添加 Added

  • Added tree fall sound effects own volume setting in config
    为树木倾倒音效添加单独的音量设置。

修复 Fixes

  • The mod trying to access a private variable
    模组试图访问私有变量。

2023-07-12

添加 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.
    树木采集速度在采集单个方块功能激活时无法返回原版速度。

2023-07-05

Made the 1.19.3 together with every version up to the current latest version.

将 1.19.3 与当前最新版本合并。

你已经到达了世界的尽头..
新建2023-07-04

Fixed crash when breaking trees containing none Vanilla leaves.

修复了被破坏的树木包含非原版树叶时发生崩溃的问题。

你已经到达了世界的尽头..
新建2023-07-04

Fixed Crash issue
修复了崩溃问题。

你已经到达了世界的尽头..
新建2023-07-02
  • Added back log and leaves block whitelist in config.
    在配置中添加了后台日志(原木方块?)和树叶方块白名单。

  • Added block tag whitelist for log and leaves in config.
    在配置中为原木和树叶添加了方块标签白名单。

  • Fixed server config Sync (Requires Server/World to restart if you wish to configure the config)
    修复了服务器的配置同步(如果你想修改你的配置,需要重启服务器或世界)。

你已经到达了世界的尽头..
新建2023-06-28
  • 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 时只采集单个方块。

2023-06-26
  • 让模组同时兼容1.20和1.20.1。

    Made the mod compatible with both 1.20 and 1.20.1.

  • 修复 Mixin。

    Fixed Mixin.

你已经到达了世界的尽头..
新建2023-06-26

修复了实体渲染器有时无法渲染的问题。

Fixed Entity renderer not rendering sometimes.

你已经到达了世界的尽头..