Skip to content

Commit 1562fe8

Browse files
发布 [LBI]幸运方块空岛 #35
1 parent c519088 commit 1562fe8

3 files changed

Lines changed: 56 additions & 4 deletions

File tree

Lucky-Block-Island/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
load("@//rule:datapack.bzl", "complete_datapack_config", "minecraft_versions_range")
22

3-
pack_version = "2.0"
3+
pack_version = "3.0"
44

55
complete_datapack_config(
66
game_versions = minecraft_versions_range("1.16","1.20.2"),

Lucky-Block-Island/NEWS.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,7 @@
11
- 重构数据包,现在可以用命令修改一些设置
22
- 现在数据包会修改世界生成设置
3+
4+
---
5+
6+
- Refactored the data pack, now some settings can be modified with commands
7+
- The data pack will now modify the world generation settings

Lucky-Block-Island/README.md

Lines changed: 50 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@
1616

1717
## 可用命令
1818

19-
### `/trigger minecraft.is.too.hard`
19+
以下命令不需要任何权限。
20+
21+
### MITH:`/trigger minecraft.is.too.hard`
2022

2123
- 输入一次开启,再次输入关闭。
2224
- 启用后会持续给予启用玩家夜视、发光效果。
@@ -27,12 +29,12 @@
2729
- 锁定天气为晴天;
2830
- 锁定难度为简单。
2931

30-
### `/trigger no.friendly.fire.and.collision`
32+
### 关碰撞:`/trigger no.friendly.fire.and.collision`
3133

3234
- 输入一次开启,再次输入关闭。
3335
- 启用后会禁用玩家间的碰撞和友伤。
3436

35-
### `/trigger clear.offhand`
37+
### 垃圾桶:`/trigger clear.offhand`
3638

3739
- 输入一次开启,再次输入关闭。
3840
- 启用后会清除玩家副手物品。
@@ -42,3 +44,48 @@
4244
-**务必**在创建世界时添加数据包,否则数据包将无法运行。
4345
- 较低版本(1.18 以下)主世界最低建筑高度限制为 Y=0 而非 1.18 更新后的 Y=-64,幸运方块模组的某些特殊结构(如许愿井)则无法完整生成。
4446
- 如果遇到任何问题,请点击 [这里](https://github.com/WhiteElephant-abc/datapack/issues/new/choose) 反馈。
47+
48+
---
49+
50+
## Introduction
51+
52+
This data pack will continuously generate lucky blocks at 0 0 0. If the data pack is loaded before world generation, it will also modify the Overworld's generation settings.
53+
54+
## Basic Features
55+
56+
- This data pack will replace the air at 0 0 0 with lucky blocks.
57+
- This data pack will modify the Overworld's generation settings, and normal terrain will not be generated.
58+
- This data pack will clear other blocks from 0 0 0 to 0 255 0 every 10 seconds.
59+
- This data pack will change the world spawn point to 0 1 0 and the spawn radius to 0. At this time, players will always respawn on the highest non-air block at 0 0.
60+
- This data pack will teleport items dropped within a three-block radius of 0 0 0 to 0 1 0. Items dropped by players will not be teleported. Please note that items dropped by players include not only items thrown by players but also items dropped upon death.
61+
- This data pack will teleport all entities (except dropped items) with a y-coordinate less than -64 to 0 20 0.
62+
- This data pack will teleport all players in the Nether dimension to the Overworld.
63+
64+
## Available Commands
65+
66+
### `/trigger minecraft.is.too.hard`
67+
68+
- Enter once to turn on, enter again to turn off.
69+
- When enabled, it will continuously give the player Night Vision and Glowing effects.
70+
- When enabled, it will prevent the player from getting the Darkness effect.
71+
- When enabled, it will have the following global effects:
72+
- Enable keep inventory on death;
73+
- Lock time to day;
74+
- Lock weather to clear;
75+
- Lock difficulty to easy.
76+
77+
### `/trigger no.friendly.fire.and.collision`
78+
79+
- Enter once to turn on, enter again to turn off.
80+
- When enabled, it will disable collision and friendly fire between players.
81+
82+
### `/trigger clear.offhand`
83+
84+
- Enter once to turn on, enter again to turn off.
85+
- When enabled, it will clear the player's offhand item.
86+
87+
## How to Play
88+
89+
- Please **make sure** to add the data pack when creating the world, otherwise the data pack will not run.
90+
- In lower versions (below 1.18), the minimum building height of the Overworld is limited to Y=0 instead of Y=-64 updated in 1.18, and some special structures of the lucky block mod (such as wishing wells) cannot be fully generated.
91+
- If you encounter any problems, please click [here](https://github.com/WhiteElephant-abc/datapack/issues/new/choose) to report them.

0 commit comments

Comments
 (0)