BlackCat
BlackCat
### Describe the bug https://github.com/GroupMountain/GMLIB-LegacyRemoteCallApi/issues/35 mc.deletePlayerNbt(uuid) 删除玩家nbtAPI删除到了空指针导致崩服 ### To Reproduce https://github.com/GroupMountain/GMLIB-LegacyRemoteCallApi/issues/35 mc.deletePlayerNbt(uuid) 删除玩家nbtAPI删除到了空指针导致崩服 ### Expected behavior 不崩服 ### Screenshots https://github.com/GroupMountain/GMLIB-LegacyRemoteCallApi/issues/35 mc.deletePlayerNbt(uuid) 删除玩家nbtAPI删除到了空指针导致崩服 ### Platform Win10 ### Version BDS1.21.3 LL0.13.5 LSE0.8.19...
### Describe the bug  在0.3.1版本中正常,在最新版中有问题 ### To Reproduce  在0.3.1版本中正常,在最新版中有问题 BDS1.21.1 客户端1.21.2 装了Glacie ### Expected behavior 没有假方块 ### Screenshots  ### Platform Win10 ### BDS Version 1.21.1 ### LeviLamina...
### Describe the bug ```JavaScript mc.listen("onPlaceBlock", (player, block, face) => { logger.warn(block.type); }) ``` onPlaceBlock 放置任意告示牌打印的结果都是minecraft:air ### To Reproduce ```JavaScript mc.listen("onPlaceBlock", (player, block, face) => { logger.warn(block.type); }) ``` ###...