From bcd8245bc920cf0ab413f9c3be4b5900cf657541 Mon Sep 17 00:00:00 2001 From: Fallen_Breath Date: Tue, 16 Feb 2021 19:32:29 +0800 Subject: [PATCH] doc for EntityPlayerActionPack block placement fix --- docs/Features.md | 1 + docs/Features_cn.md | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/Features.md b/docs/Features.md index 2d69a1d3..daf7ee60 100644 --- a/docs/Features.md +++ b/docs/Features.md @@ -654,6 +654,7 @@ Fixes for original CarpetMod - Fixed no username length limit with `/player` command (long name will make everyone cannot enter the server) - Removed lever modification ability from flippinCactus - Added an OP permission check for cheaty command `/player mount` +- Fix block placement being notvanilla in EntityPlayerActionPack ----- diff --git a/docs/Features_cn.md b/docs/Features_cn.md index 3beb890c..06c7d7ec 100644 --- a/docs/Features_cn.md +++ b/docs/Features_cn.md @@ -654,6 +654,7 @@ - 修复了使用 `/player` 指令时没有限制名字长度的问题(过长的名字会使所有人都不能进入服务器) - 移除仙人掌扳手修改拉杆的功能 - 给有作弊嫌疑的 `/player mount` 指令添加 OP 权限判断 +- 修复 EntityPlayerActionPack 中方块放置的不原版表现 -----