Skip to content

Commit

Permalink
v16#1-21-50
Browse files Browse the repository at this point in the history
  • Loading branch information
xBoyMinemc committed Nov 5, 2024
1 parent 2987846 commit 61477af
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
## 修复了指定名称召唤时不正确显示名称的问题
### 修复了指定名称召唤时不正确显示名称的问题
### 修好了假人列表的id莫名其妙的问题-但说不准以后还会出问题
### 现在指定坐标的召唤可以使用相对坐标了```ffpp ~ ~3 ~-1 HIM```
6 changes: 3 additions & 3 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -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,
Expand All @@ -20,7 +20,7 @@
"version": [
1,
21,
315
316
],
"type": "script",
"uuid": "10101e99-abc1-5488-ba76-71e9da441300",
Expand Down
2 changes: 1 addition & 1 deletion packer.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 61477af

Please sign in to comment.