Skip to content

Commit 21310e1

Browse files
committed
add seperate stat for using water bottle #release
1 parent 591f47a commit 21310e1

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed

stats/use_water_bottle.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"id": "use_potion",
3+
"unit": "int",
4+
"reader": {
5+
"$type": "match-sum",
6+
"path": ["minecraft:used"],
7+
"patterns": [
8+
"minecraft:potion"
9+
]
10+
}
11+
}
308 Bytes
Loading

www/localization/en.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -487,6 +487,8 @@
487487
"award.use_snowball.title": "Snowball Fight!",
488488
"award.use_totem.desc": "Totems of Undying used",
489489
"award.use_totem.title": "Nine Lives",
490+
"award.use_water_bottle.desc": "Water bottles used",
491+
"award.use_water_bottle.title": "Hydrater",
490492
"award.use_water_bucket.desc": "Water buckets emptied",
491493
"award.use_water_bucket.title": "Aqueduct",
492494
"award.use_wind_charge.desc": "Wind Charges used",
@@ -497,4 +499,4 @@
497499
"award.walk_on_water.title": "Water Walker",
498500
"award.win_raid.desc": "Raids won",
499501
"award.win_raid.title": "Hero"
500-
}
502+
}

0 commit comments

Comments
 (0)