Compare commits

..

2 Commits

Author SHA1 Message Date
Harvey_Husky c9270ef8bb Merge branch 'dev/3.1' of https://gitee.com/harvey-husky/fz-survival-datapack into dev/3.1 2024-08-24 21:24:15 +08:00
Harvey_Husky bca530269a 修复 建造榜未忽略细雪桶 2024-08-24 21:20:56 +08:00
8 changed files with 29 additions and 5 deletions
@@ -13,7 +13,7 @@
"condition": "minecraft:location_check",
"predicate": {
"block": {
"blocks": "#fzsd:liquid"
"blocks": "#fzsd:placed_liquid_ignore"
}
}
}
@@ -16,7 +16,7 @@
"condition": "minecraft:location_check",
"predicate": {
"block": {
"blocks": "#fzsd:liquid"
"blocks": "#fzsd:placed_liquid_ignore"
}
}
}
@@ -13,7 +13,7 @@
"condition": "minecraft:location_check",
"predicate": {
"block": {
"tag": "fzsd:liquid"
"tag": "fzsd:placed_liquid_ignore"
}
}
}
@@ -16,7 +16,7 @@
"condition": "minecraft:location_check",
"predicate": {
"block": {
"tag": "fzsd:liquid"
"tag": "fzsd:placed_liquid_ignore"
}
}
}
@@ -0,0 +1 @@
execute if data storage fzsd:module fzsd.module.scoreboard.config{trade_count_includes_piglin:1b} run function fzsd:module/scoreboard/assign/scoreboard/trade_count
@@ -0,0 +1,7 @@
{
"replace": false,
"values": [
"#fzsd:liquid",
"minecraft:powder_snow"
]
}
@@ -0,0 +1,15 @@
{
"replace": false,
"values": [
"#fzsd:module/scoreboard/assign/scoreboard/general/activation",
"#fzsd:module/scoreboard/assign/scoreboard/general/aviating_distance",
"#fzsd:module/scoreboard/assign/scoreboard/general/bedrock_broke_count",
"#fzsd:module/scoreboard/assign/scoreboard/general/damage_taken",
"#fzsd:module/scoreboard/assign/scoreboard/general/death_count",
"#fzsd:module/scoreboard/assign/scoreboard/general/dig_count",
"#fzsd:module/scoreboard/assign/scoreboard/general/fishing_count",
"#fzsd:module/scoreboard/assign/scoreboard/general/kill_count",
"#fzsd:module/scoreboard/assign/scoreboard/general/placement_count",
"#fzsd:module/scoreboard/assign/scoreboard/general/trade_count"
]
}
+2 -1
View File
@@ -46,7 +46,8 @@ global_current_scoreboard_list = [
global_generals_old = {
'fzsd.module.scoreboard.display.damage_taken' -> '总受伤害量',
'fzsd.module.scoreboard.display.dig_count' -> '总挖掘量',
'fzsd.module.scoreboard.display.placement_count' -> '放置方块数',
'fzsd.module.scoreboard.display.placement_count' -> '总方块放置',
'fzsd.module.scoreboard.display.death_count' -> '总死亡次数',
'fzsd.module.scoreboard.display.trade_count' -> '总交易量'
};
global_current_generals = {