Skip to content

Commit 2eb9242

Browse files
authored
Rename id from 'use_potion' to 'use_water_bottle'
1 parent 21310e1 commit 2eb9242

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

stats/use_water_bottle.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
{
2-
"id": "use_potion",
2+
"id": "use_water_bottle",
33
"unit": "int",
44
"reader": {
55
"$type": "match-sum",
6-
"path": ["minecraft:used"],
7-
"patterns": [
8-
"minecraft:potion"
9-
]
6+
"path": ["minecraft:used", "minecraft:potion"]
107
}
118
}

0 commit comments

Comments
 (0)