Commit Graph

76 Commits

Author SHA1 Message Date
quizhizhe
e31b6bd4e9 Change the version number format 2023-02-07 16:10:46 +08:00
Qiuzhizhe
9659c65121 Fix BlockLegacy::getBlockItemId() 2023-02-05 06:40:19 -08:00
Qiuzhizhe
0070831a52 Fix CompoundTag::fromBlock(Block* block) 2023-02-05 06:39:52 -08:00
Qiuzhizhe
e277252a1d Fix AABB::getCenter() 2023-02-03 18:22:08 -08:00
Qiuzhizhe
7a597c698e
替换偏移获取 2023-02-04 01:04:44 +08:00
Qiuzhizhe
adbb5bd375
添加WE缺失的文件 2023-02-04 01:03:36 +08:00
Qiuzhizhe
e6bbddafa5
补全Actor类 2023-02-04 01:01:08 +08:00
Qiuzhizhe
4724039c32
Merge remote-tracking branch 'origin/main' into main 2023-02-02 14:38:16 +08:00
Qiuzhizhe
4ee7f71968
Fix BlockSource::getDimensionId 2023-02-02 14:37:11 +08:00
quizhizhe
2720690163 remove not use action 2023-01-08 09:02:17 +08:00
Qiuzhizhe
7332bc36c7
Add Level::getPlayer(mce::UUID) 2022-11-17 14:37:18 +08:00
Qiuzhizhe
71bb904d81
Add Command::getPlayerFromOrigin 2022-11-17 14:36:23 +08:00
Qiuzhizhe
85911a26b6
Fix mce::UUID::isEmpty 2022-11-17 14:35:26 +08:00
Qiuzhizhe
08b1967cc3
Add Player::getClientUUID 2022-11-17 14:34:27 +08:00
Qiuzhizhe
39f689ede4
发布修复版本 2022-11-10 17:01:14 +08:00
Qiuzhizhe
55fd424d13
修复动态指令 2022-11-10 16:54:20 +08:00
Qiuzhizhe
d772221882
修正CommandRegistry类成员 2022-11-10 16:53:47 +08:00
Qiuzhizhe
cf18e80ecf Fix action 2022-10-29 04:04:26 -07:00
Qiuzhizhe
11c139a3de Write ChangeLog 2022-10-29 03:50:16 -07:00
Qiuzhizhe
ee3f1a5dd9 Add ParticleAPI.dll and PermissionAPI.dll files 2022-10-29 03:44:31 -07:00
Qiuzhizhe
44ee3ffbe1 Fix Permissions log 2022-10-29 03:20:39 -07:00
Qiuzhizhe
c4433ca778 load ParticleCUI 2022-10-29 03:20:17 -07:00
Qiuzhizhe
2e9eda315a Support some UnlockCmd 2022-10-29 03:19:41 -07:00
Qiuzhizhe
fa8472b947 Support AddonsHelper 2022-10-29 01:12:57 -07:00
Qiuzhizhe
f5888eb4da Add Level::getCurrentLevelPath and Level::getCurrentLevelName 2022-10-29 01:07:29 -07:00
Qiuzhizhe
59f02218d8 Add PropertiesSettings::getLevelName 2022-10-29 01:06:45 -07:00
Qiuzhizhe
e9f344294b 修改备注 2022-10-29 01:05:30 -07:00
Qiuzhizhe
b72b1d16b9 不用手动填充。。 2022-10-28 23:06:37 -07:00
Qiuzhizhe
209db2e002 修复游戏内伤害不正常(为什么改成int就没问题了呢?) 2022-10-28 23:05:59 -07:00
Qiuzhizhe
3e3a51ff69 Add Mob::getDead 2022-10-28 11:14:03 -07:00
Qiuzhizhe
40ddee60c7 Fix return cause 2022-10-28 11:13:35 -07:00
Qiuzhizhe
9440b261de Fix Actor::getTypeName 2022-10-28 11:12:26 -07:00
Qiuzhizhe
00e16d235e Fix offset 2022-10-28 11:05:25 -07:00
Qiuzhizhe
d4399dd8fc 修复一个警告 2022-10-28 09:50:43 -07:00
Qiuzhizhe
46b0a6460d
open action 2022-10-27 15:13:53 +08:00
Qiuzhizhe
f82f7108d7
Fix Some EventAPI 2022-10-27 15:04:16 +08:00
Qiuzhizhe
da82876fe0
Add Item::getFullItemName 2022-10-27 14:59:13 +08:00
Qiuzhizhe
096214efc4
Fix Actor::hasCategory offset 2022-10-27 11:52:23 +08:00
Qiuzhizhe
e5eef86dd1
Fix Error in CompoundTag.hpp 2022-10-27 10:33:15 +08:00
Qiuzhizhe
bc26dccc70
Add BaseCommandBlock::getCommand 2022-10-27 10:32:49 +08:00
Qiuzhizhe
f409348f4d
Add ActorDamageCause::getCause 2022-10-27 10:32:19 +08:00
Qiuzhizhe
94650b042d
Fix Error in EntityAPI.cpp 2022-10-27 10:30:11 +08:00
Qiuzhizhe
8b8bb5d39d
Fix PlayerDB insert 2022-10-27 10:28:54 +08:00
Qiuzhizhe
be0356e24f Fix BlockSource::getDimensionID offset 2022-10-26 08:11:38 -07:00
Qiuzhizhe
d9e12e2c1f
Fix LLSE's link problem 2022-10-26 16:28:21 +08:00
Qiuzhizhe
d460c0eaa9 update readme 2022-10-16 07:06:14 -07:00
Qiuzhizhe
9ea23ec487 改好了LLSE部分,能过编译,但尝试了行为记录JS,不出意外,是一片红 2022-10-16 06:57:19 -07:00
Qiuzhizhe
551594cb3e 修复在使用CommandOrigin::getPlayer()获取的玩家调用Player::kick时崩溃的问题,主要是NetworkIdentifier::getHash越界访问,也许这样获取的玩家实例是不完整的 2022-10-14 11:42:32 -07:00
Qiuzhizhe
ca410cd29d
修复sendTextPack问题 2022-10-14 11:39:17 +08:00
Qiuzhizhe
50695e60b9
适配成员变量,未修复sendTextPack问题 2022-10-11 20:17:08 +08:00