修复 建造榜未忽略细雪桶
This commit is contained in:
@@ -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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user