diff --git a/CHANGELOG.md b/CHANGELOG.md index 8cd7d90..3f6f0b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1 +1,3 @@ -## 修复了指定名称召唤时不正确显示名称的问题 \ No newline at end of file +### 修复了指定名称召唤时不正确显示名称的问题 +### 修好了假人列表的id莫名其妙的问题-但说不准以后还会出问题 +### 现在指定坐标的召唤可以使用相对坐标了```ffpp ~ ~3 ~-1 HIM``` \ No newline at end of file diff --git a/manifest.json b/manifest.json index 4490d35..b674462 100644 --- a/manifest.json +++ b/manifest.json @@ -1,13 +1,13 @@ { "format_version": 2, "header": { - "name": "§t1.21.30 v15 §e§lFlash§fFakePlayerPack", + "name": "§t1.21.30 v16 §e§lFlash§fFakePlayerPack", "description": "【指定生成坐标-构建于1.21.30-支持1.21.2x-1.21.5x】1.21.30 \n开启实验性游戏内容(测试版 API)-游戏内输入“假人帮助”或“假人创建” 对着假人右键(蹲或不蹲是两个不同的菜单) 无关QQ群:122957051:", "uuid": "aa101e99-abb4-448d-b58f-71e9da43064e", "version": [ 1, 21, - 315 + 316 ], "min_engine_version": [ 1, @@ -20,7 +20,7 @@ "version": [ 1, 21, - 315 + 316 ], "type": "script", "uuid": "10101e99-abc1-5488-ba76-71e9da441300", diff --git a/packer.js b/packer.js index b58596e..73a0aa2 100644 --- a/packer.js +++ b/packer.js @@ -4,7 +4,7 @@ const archiver = require('archiver'); const pack_name = '指定生成坐标-构建于1.21.30-支持1.21.2x-1.21.5x' const pack_version = [1,21,30]; -const fix_pack_version = 15 +const fix_pack_version = 16 const min_engine_version = [1,21,20] // https://www.npmjs.com/package/@minecraft/server?activeTab=versions