Skip to content

Releases: chenjunfu2/FlyCommand

FlyCommand

Choose a tag to compare

@chenjunfu2 chenjunfu2 released this 18 Jul 09:56

修复一个忘记写完整名称导致的refmap生成失败导致的mixin注入失败问题
"fall(DZLnet/minecraft/block/BlockState;Lnet/minecraft/util/math/BlockPos;)V"

FlyCommand

Choose a tag to compare

@chenjunfu2 chenjunfu2 released this 18 Jul 08:23

修复退出飞行之后只要碰到水仍旧视为未触地状态,可以在水中无限享受空中挖掘惩罚减免与出水后一次摔落免伤的问题。

FlyCommand

Choose a tag to compare

@chenjunfu2 chenjunfu2 released this 22 Mar 15:57

修复玩家直接落地后未取消最后一次飞行状态,导致意外免疫摔落伤害的bug

FlyCommand

Choose a tag to compare

@chenjunfu2 chenjunfu2 released this 25 Feb 00:13

加入了客户端相关功能,现在如果客户端有安装mod,则本地方块破坏速度计算应与服务端一致,客户端未安装mod则仅秒破方块能正确执行

FlyCommand

Choose a tag to compare

@chenjunfu2 chenjunfu2 released this 24 Feb 13:02

修复:生存、冒险模式下,飞行状态下或刚退出飞行还未落地之前,避免空中挖掘减速惩罚

FlyCommand

Choose a tag to compare

@chenjunfu2 chenjunfu2 released this 01 Feb 04:46

修复了开启飞行状态后永久免疫摔落伤害的bug,修改了mod数据存储位置为存档内的 "playerdata/[玩家UUID].dat" 文件而非存档内的 "fly_players.json" 文件

FlyCommand

Choose a tag to compare

@chenjunfu2 chenjunfu2 released this 06 Jun 14:29

代码优化,理论不影响实际效果

FlyCommand

Choose a tag to compare

@chenjunfu2 chenjunfu2 released this 03 Jun 18:47

现在保存玩家飞行状态列表已经直接跟随服务器saveall方法了,除此之外还有部分代码优化等

FlyCommand

Choose a tag to compare

@chenjunfu2 chenjunfu2 released this 03 Jun 17:46
f628d7f

因考虑到mod多为服务端安装,语言文件暂时弃用,如只在客户端使用可安装1.0.1版本的mod

FlyCommand

Choose a tag to compare

@chenjunfu2 chenjunfu2 released this 03 Jun 17:30
50a55a8

修复bug,新增功能,具体请看readme