Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f282dd764d | |||
| 3547afe136 |
Vendored
+5
@@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
"datapack.env.cmdVersion": "1.18.2",
|
||||||
|
"datapack.env.jsonVersion": "1.18.2",
|
||||||
|
"datapack.env.dataVersion": "1.18.2"
|
||||||
|
}
|
||||||
+1
-5
@@ -2,16 +2,12 @@
|
|||||||
|
|
||||||
>所有可查阅的更改记录皆可在此处找到
|
>所有可查阅的更改记录皆可在此处找到
|
||||||
|
|
||||||
### v2.2.0
|
|
||||||
- 仅支持Minecraft1.19+,1.16请用2.0.x,1.17-1.18请用2.1.x
|
|
||||||
- 修复[#I5BP3U](https://gitee.com/harvey-husky/FZ-sDatapack/issues/I5BP3U)
|
|
||||||
|
|
||||||
### v2.2 pre1
|
### v2.2 pre1
|
||||||
|
|
||||||
- `census`地毯脚本更新至1.3.1版本
|
- `census`地毯脚本更新至1.3.1版本
|
||||||
- 修复一些显示bug
|
- 修复一些显示bug
|
||||||
- 现在基本可以正常使用**仍然不能保证稳定性(数据安全性)**
|
- 现在基本可以正常使用**仍然不能保证稳定性(数据安全性)**
|
||||||
- 添加了可以用来*迁移*数据的Python脚本 `score_move`
|
- 添加了可以用来`迁移`数据的Python脚本 `score_move`
|
||||||
- 使用时与`server`文件夹同级
|
- 使用时与`server`文件夹同级
|
||||||
- `score_move.py`
|
- `score_move.py`
|
||||||
- `server`
|
- `server`
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
MIT License
|
MIT License
|
||||||
|
|
||||||
Copyright (c) 2019-2022 延皓
|
Copyright (c) 2022 延皓
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|||||||
@@ -1,35 +1,30 @@
|
|||||||
# FZ-sDataPack
|
# FZ-sDataPack
|
||||||
|
|
||||||
一个Minecraft数据包
|
A Minecraft Datapack
|
||||||
|
|
||||||
[](https://minecraft.net/)
|
[](https://minecraft.net/)
|
||||||
[](https://github.com/gnembon/fabric-carpet/releases)
|
[](https://github.com/gnembon/fabric-carpet/releases)
|
||||||
|
|
||||||
#### @Author: Harvey_Husky
|
#### @Author: Harvey_Husky
|
||||||
|
|
||||||
#### 本项目开源许可证现更改为MIT许可证
|
#### This project is licensed under the terms of the GNU General Public License v3.0
|
||||||
|
|
||||||
#### Copyright (C) 2019-2022 Harvey_Husky
|
#### Copyright (C) 2019-2021 Harvey_Husky
|
||||||
|
|
||||||
[Bilibili专栏](https://www.bilibili.com/read/cv4267319)(年久失修)
|
[B站链接](https://www.bilibili.com/read/cv4267319)
|
||||||
|
|
||||||
## 说明太长不想看·直接安装教程
|
## 说明太长不想看·直接安装教程
|
||||||
|
|
||||||
- 1.需要 [Carpet](https://github.com/gnembon/fabric-carpet/releases) Mod **1.4.24** 或以上版本
|
- 1.前往 [发行页面](https://gitee.com/harvey-husky/FZ-sDatapack/releases) 下载此数据包
|
||||||
- 2.**兼容性**
|
- 2.从zip文件中挑选你需要的`.sc`文件
|
||||||
- `数据包 v2.2.x` 支持 `Minecraft 1.19+`
|
- 3.在`world`文件夹中创建`datapacks`和`scripts`两个文件夹
|
||||||
- `数据包 v2.1.x` 支持 `Minecraft 1.17.x-1.18.x`
|
- 4.将主体`zip`文件放入 `world/datapacks` 中(在客户端位于 `.minecraft/saves/<存档名>/datapacks`)
|
||||||
- `数据包 v2.0.x` 支持 `Minecraft 1.16.3-1.16.5`
|
- 5.将挑选出来的`.sc`文件放到 `world/scripts` 中(在客户端位于 `.minecraft/saves/<存档名>/scripts`)
|
||||||
- 3.前往 [发行页面](https://gitee.com/harvey-husky/FZ-sDatapack/releases) 下载此数据包
|
- 6.在控制台输入`/reload`(客户端则是重新进入世界)
|
||||||
- 4.从zip文件中挑选你需要的`.sc`文件
|
|
||||||
- 5.在`world`文件夹中创建`datapacks`和`scripts`两个文件夹
|
|
||||||
- 6.将主体`zip`文件放入 `world/datapacks` 中(在客户端位于 `.minecraft/saves/<存档名>/datapacks`)
|
|
||||||
- 7.将挑选出来的`.sc`文件放到 `world/scripts` 中(在客户端位于 `.minecraft/saves/<存档名>/scripts`)
|
|
||||||
- 8.在控制台输入`/reload`(客户端则是重新进入世界)
|
|
||||||
|
|
||||||
## 总览
|
## 总览
|
||||||
|
|
||||||
[](https://gitee.com/harvey-husky/FZ-sDatapack/releases/2.2.0)
|
[](https://gitee.com/harvey-husky/FZ-sDatapack/releases/2.1)
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
@@ -57,7 +52,7 @@
|
|||||||
| killCounter | 击杀榜 |
|
| killCounter | 击杀榜 |
|
||||||
| tradingCounter | 交易榜 |
|
| tradingCounter | 交易榜 |
|
||||||
| totalList | 总 量 |
|
| totalList | 总 量 |
|
||||||
| bedrockBreaked | [破基岩榜](https://www.bilibili.com/video/BV1KJ411b73z) |
|
| bedrockBreaked(最开始拼错了,后来不方便改了,不要在意) | [铁头功破基岩](https://www.bilibili.com/video/BV1KJ411b73z) |
|
||||||
| fz.aviate1m | 滑翔距离 |
|
| fz.aviate1m | 滑翔距离 |
|
||||||
|
|
||||||
- 提供一些[地毯脚本](#地毯脚本)(`.sc` 文件):***请在升级数据包的同时替换这些工具!!!***
|
- 提供一些[地毯脚本](#地毯脚本)(`.sc` 文件):***请在升级数据包的同时替换这些工具!!!***
|
||||||
@@ -69,15 +64,16 @@
|
|||||||
|
|
||||||
## 使用
|
## 使用
|
||||||
|
|
||||||
### 安装
|
### 注意事项
|
||||||
|
|
||||||
- 需要 [Carpet](https://github.com/gnembon/fabric-carpet/releases) Mod **1.4.24** 或以上版本
|
- 需要 [Carpet](https://github.com/gnembon/fabric-carpet/releases) Mod **1.4.24** 及以上版本
|
||||||
|
|
||||||
- **兼容性**
|
- **版本的兼容性**
|
||||||
- `v2.2.x` 支持 `Minecraft 1.19+`
|
- `v2.1.x` 支持 `Minecraft 1.17+`
|
||||||
- `v2.1.x` 支持 `Minecraft 1.17.x-1.18.x`
|
|
||||||
- `v2.0.x` 支持 `Minecraft 1.16.3-1.16.5`
|
- `v2.0.x` 支持 `Minecraft 1.16.3-1.16.5`
|
||||||
|
|
||||||
|
### 安装
|
||||||
|
|
||||||
- 前往 [发行页面](https://gitee.com/harvey-husky/FZ-sDatapack/releases) 下载此数据包
|
- 前往 [发行页面](https://gitee.com/harvey-husky/FZ-sDatapack/releases) 下载此数据包
|
||||||
|
|
||||||
>请下载以 `FZ'sDatapack` 开头的 `.zip` 文件
|
>请下载以 `FZ'sDatapack` 开头的 `.zip` 文件
|
||||||
|
|||||||
@@ -8,9 +8,7 @@
|
|||||||
"condition": "minecraft:entity_properties",
|
"condition": "minecraft:entity_properties",
|
||||||
"entity": "this",
|
"entity": "this",
|
||||||
"predicate": {
|
"predicate": {
|
||||||
"type": "minecraft:player",
|
"player": {
|
||||||
"type_specific": {
|
|
||||||
"type": "player",
|
|
||||||
"advancements": {
|
"advancements": {
|
||||||
"fz:config/sneak": true
|
"fz:config/sneak": true
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
#新版本号
|
#新版本号
|
||||||
data modify storage fz:survival newVersion set value [2,2,0]
|
data modify storage fz:survival newVersion set value [2,1,3,2]
|
||||||
execute if data storage fz:survival newVersion[3] run data modify storage fz:survival snapshot set value 1b
|
execute if data storage fz:survival newVersion[3] run data modify storage fz:survival snapshot set value 1b
|
||||||
execute unless data storage fz:survival newVersion[3] run data remove storage fz:survival snapshot
|
execute unless data storage fz:survival newVersion[3] run data remove storage fz:survival snapshot
|
||||||
##data remove storage fz:survival snapshot
|
##data remove storage fz:survival snapshot
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"pack": {
|
"pack": {
|
||||||
"description": "FZ's Datapack - Code By Harvey_Husky",
|
"description": "FZ's Datapack - Code By Harvey_Husky",
|
||||||
"pack_format": 10
|
"pack_format": 7
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user