优化,使其放置过快时不会出错
Optimized to not make errors when placed too quickly
修复打印机调用EasyPlace不生效 Repair printer call EasyPlace does not take effect
同步更新/synchronous update
优化:让玩家在服务器中的动作没那么怪异
- 放置箱子的时候不会频繁下蹲
- 头不会一直鬼畜
Optimization: make player movements in the server less weird
- Crouch less frequently when placing chests
- Heads don't stay ghosted all the time
修复了
- 悬挂式告示牌朝向问题
- 头颅在凭空放置时会放错的bug
- 告示牌界面无法打开的问题
- 水平朝向的砂轮朝向不生效的bug
优化了告示牌和合成器的gui操作的代码结构
Fixed.
- Hanging noticeboards facing the wrong way
- Bug where heads would be misplaced when placed in thin air
- Bug where the notice board screen would not open
- Fixed a bug where wheel orientation did not work for horizontal orientation
Optimized the code structure of gui operations for noticeboards and synthesizers.
修复了
- 放置方块和钠(Sodium)冲突产生幽灵方块
- 需要多次点击的方块(如开启的拉杆)点击失效的bug
- 当海龟蛋和海泡菜在投影中已经存在时会导致放置数量不正确的bug
- 合成器无法放置的bug
- (玩家无法重现)修复代码中多线程导致的合成器等有后续操作的方块报错的bug
- 告示牌、头颅朝向无法正确放置的bug
现在能够正确放置
- 点状红石
- 拌线钩
- 旗帜
新特性
- 投影放置的告示牌界面自动关闭
Fixed.
- Ghost cubes were created when placing cubes conflicted with Sodium.
- Fixed the bug that clicking on a cube that requires multiple clicks (e.g. open lever) does not work.
- Fixed a bug where turtle eggs and sea kimchi could be placed incorrectly when they were already in the projection.
- Bug where synthesizers could not be placed
- (Player can't reproduce) Fix bug that caused synthesizers and other cubes with subsequent actions to report errors due to multithreading in the code
- Bug where signboards and head orientation could not be placed correctly
Now can be placed correctly
- Dotted redstone
- Wire Toss Hook
- Flags
New feature
- Auto-close of projected noticeboard interface
Translated with DeepL.com (free version)
修复活塞问题
Fix Piston Problems
暂时修复了侦测器和活塞的问题
Temporarily fixed issues with detectors and pistons
完善宽容模式,使用/loosenMode指令自定义通用方块,进入ui界面后使用左键添加,SHIFT+左键删除。
Improve the tolerance mode, use the /loosenMode command to customize the universal cube, after entering the ui interface, use left click to add, SHIFT+left click to delete.
重写了原版轻松放置
- 删除了放置速度检查
- 确保只在SLAB_ONLY协议下生效,不会影响其他协议的使用。
- 修复原理图双半砖在实际已经有一个半砖的情况下会放置错误的bug
- 现在点击门的上半部分也可以正确放置
- 优化花盆的放置逻辑
Rewrote the original Easy Placement
- Removed placement speed check
- Ensure that it only works with the SLAB_ONLY protocol and does not affect other protocols.
- Fix bug where the schematic double half brick would be placed incorrectly if there was actually already a half brick in place
- Clicking on the top half of a door now also places it correctly
- Optimize the placement logic of flower pots
Translated with DeepL.com (free version)
能够正确放置
- 有花的花盆
新功能
- 侦测器朝向检查( by zhaixianyu)
- 允许交互功能重写,删除了空手可以随意交互的功能,有需要可以提交easyplaceFix/issues
Be able to correctly place
- Flower pots with flowers
New features
- Detector orientation check (by zhaixianyu)
- Allow interaction function to be rewritten, remove the function that can be interacted with at will with empty hands, have need to be able to submit easyplaceFix/issues
- 1.21.4版本适配 能够正确放置嘎吱之心(嘎吱之心属于带有Axis朝向属性的实体方块)
- Version 1.21.4 Adaptation Ability to correctly place Crunchy Hearts (Crunchy Hearts are Solid Cubes with Axis Orientation attribute)
- 修复原木等
- 修复错误的参数导致的交互失败
- oak_log...
- Fixed interaction failure caused by incorrect parameters