Skip to content

Commit

Permalink
0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Gu-ZT committed Mar 3, 2022
1 parent 41a0bb8 commit 30311fb
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/anc/functions/config.mcfunction
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ scoreboard players set $ancExperienceRepair ancConfig 14
scoreboard players set $ancRookieMode ancConfig 1

# 是否启用空岛模式
scoreboard players set $ancSkylandMode ancConfig 1
scoreboard players set $ancSkylandMode ancConfig 0
# 当0 -64 0为虚空时自动启用空岛模式
execute if block 0 -64 0 air run scoreboard players set $ancSkylandMode ancConfig 1
# 是否启用单独岛屿
scoreboard players set $ancSingleLand ancConfig 1
scoreboard players set $ancSingleLand ancConfig 0

# 初始世界仇恨
scoreboard players set $ancHatred ancValue 0
Expand Down
8 changes: 8 additions & 0 deletions data/minecraft/loot_tables/blocks/bamboo.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,14 @@
"rolls": 1,
"entries":[
{
"conditions": [
{"condition": "entity_properties",
"entity": "this",
"predicate": {
"nbt": "{Tags:[\"ancIs\"]}"
}
}
],
"type": "item",
"name": "bone_meal",
"functions": [
Expand Down
1 change: 1 addition & 0 deletions 版本记录.md
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,7 @@
* 命令书
OP可以使用```/loot give @s loot anc:command_book```获取命令书来修改配置项
* 杂项
* 空岛模式下,竹子有几率掉落骨粉
* 新增进度系统,具体请自行体验
* 无限II掉落的箭只有本人能拾取
* 被玩家杀死的僵尸村民有几率掉落绿宝石
Expand Down

0 comments on commit 30311fb

Please sign in to comment.