diff --git a/README.md b/README.md index e4fef80d..040d8ad5 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,6 @@ Leaves [![Leaves CI](https://github.com/LeavesMC/Leaves/actions/workflows/leaves > You can see what we modify and fix in [this](https://github.com/LeavesMC/Leaves/blob/master/docs/MODIFICATION.md) -> Waring: This fork will have low mspt as Paper - ## How To (Server Admins) Leaves use the same paperclip jar system that Paper uses. @@ -25,7 +23,7 @@ Leaves-API maven dependency: top.leavesmc.leaves leaves-api - 1.19.1-R0.1-SNAPSHOT + 1.19.2-R0.1-SNAPSHOT provided ``` @@ -35,7 +33,7 @@ Leaves-Server maven dependency: top.leavesmc.leaves leaves - 1.19.1-R0.1-SNAPSHOT + 1.19.2-R0.1-SNAPSHOT provided ``` diff --git a/README_cn.md b/README_cn.md index 80bab93f..3598a926 100644 --- a/README_cn.md +++ b/README_cn.md @@ -7,8 +7,6 @@ Leaves [![Leaves CI](https://github.com/LeavesMC/Leaves/actions/workflows/leaves > 你可以在 [这里](https://github.com/LeavesMC/Leaves/blob/master/docs/MODIFICATION_cn.md) 查看所有的修改和修复内容 -> 此服务端的性能可能会略低于Paper原版 并不适合所有服务器使用 - ## 对于服务器管理员 此分支使用与Paper一致的paperclip分发 @@ -24,7 +22,7 @@ Leaves-API: top.leavesmc.leaves leaves-api - 1.19.1-R0.1-SNAPSHOT + 1.19.2-R0.1-SNAPSHOT provided ``` @@ -34,7 +32,7 @@ Leaves-Server: top.leavesmc.leaves leaves - 1.19.1-R0.1-SNAPSHOT + 1.19.2-R0.1-SNAPSHOT provided ``` diff --git a/docs/MODIFICATION.md b/docs/MODIFICATION.md index 37f96c72..572cb5ee 100644 --- a/docs/MODIFICATION.md +++ b/docs/MODIFICATION.md @@ -23,7 +23,7 @@ Leaves Modification - Budding Amethyst can push by piston - Spectator don't get Advancement - Use stick and shift to ArmorStand can modify ArmorStand's arm status -- Remove Player Chat sign +- Remove Player Chat sign (can instead of NoChatReport Mod server side) ## Performance @@ -31,7 +31,7 @@ Leaves Modification > Powered by [Pufferfish](https://github.com/pufferfish-gg/Pufferfish) - Optimize mob spawning -- Multithreaded Tracker +- Multithreaded Tracker (updating) - Fix Paper#6045 - Optimize entity coordinate key - Optimize suffocation @@ -49,11 +49,12 @@ Leaves Modification - Remove iterators from inventory contains - Remove streams from getting nearby players - Remove streams and iterators from range check -- Async Pathfinding +- Async Pathfinding (updating) - Cache climbing check for activation - Use aging cache for biome temperatures - Reduce entity fluid lookups if no fluids - Reduce chunk loading & lookups +- Simpler Vanilla ShapelessRecipes comparison > Powered by [Purpur](https://github.com/PurpurMC/Purpur) - Don't send useless entity packets diff --git a/docs/MODIFICATION_cn.md b/docs/MODIFICATION_cn.md index 63ff0c68..d2701e21 100644 --- a/docs/MODIFICATION_cn.md +++ b/docs/MODIFICATION_cn.md @@ -23,7 +23,7 @@ Leaves Modification - 紫水晶母岩可以被活塞推动 - 观察者不会获得进度 - 对盔甲架下蹲使用木棍可以修改盔甲架的手臂状态 -- 删除玩家聊天内的签名 +- 删除玩家聊天内的签名 (可以替代NoChatReportMod的服务器侧) ## 性能 @@ -31,7 +31,7 @@ Leaves Modification > Powered by [Pufferfish](https://github.com/pufferfish-gg/Pufferfish) - 生物生成优化 -- 异步实体追踪 +- 异步实体追踪 (正在升级 暂不可用) - 修复Paper#6045 - 实体坐标键优化 - 窒息检测优化 @@ -49,11 +49,12 @@ Leaves Modification - 删除容器检查中的iterators - 删除玩家检测中的流 - 删除范围检查中的流和iterators -- 异步实体寻路 +- 异步实体寻路 (正在升级 暂不可用) - 缓存实体攀爬检测 - 使用更好的生物群系温度缓存 - 优化实体流体检查 - 优化末影人传送时的区块寻找 +- 更好的原版无序配方 > Powered by [Purpur](https://github.com/PurpurMC/Purpur) - 减少不必要包的发送