LT_Name

Results 7 comments of LT_Name

Try this Skin skin = new Skin(); skin.setTrusted(true); skin.setSkinId("coin"); skin.setSkinData(ImageIO.read(path.resolve("model-texture.png").toFile())); skin.setGeometryName("geometry.coin-model"); skin.setGeometryData(new String(Files.readAllBytes(path.resolve("model-geometry.json")), StandardCharsets.UTF_8)); EntityHuman model = new EntityHuman(spawn.getChunk(), nbt); model.setSkin(skin); model.spawnToAll();

织布机功能还没实现

经检查pnx内部获取钓鱼结果物品直接使用了物品id,但附魔书参数存储在nbt,这导致附魔书无法正常使用

There are some changes to the query protocol, but nk is not updated, I will fix it when I have time

方块实体数据几乎全部转移失败

I personally don't think pnx should be modified to be compatible with nemisys Should modify nemisys to be compatible with pnx The way nemisys works makes it susceptible to compatibility...

在 https://github.com/PowerNukkitX/PowerNukkitX/pull/1191 优化