Skip to content

Commit 729f0e3

Browse files
author
a
committed
update features to reflect different statistics versions
1 parent 553110f commit 729f0e3

1 file changed

Lines changed: 15 additions & 5 deletions

File tree

data/pc/common/features.json

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -722,14 +722,24 @@
722722
"description": "Has a Bundle Packet to group packets for processing at once",
723723
"versions": ["1.19.4", "latest"]
724724
},
725-
{
726-
"name": "statisticsFormatChanges",
727-
"description": "statistics packet now uses packetId instead of sending stat name",
728-
"versions": ["1.13.2", "latest"]
729-
},
730725
{
731726
"name": "mcDataHasEntityMetadata",
732727
"description": "Entity Metadata is defined in mcdata",
733728
"versions": ["1.19.4", "latest"]
729+
},
730+
{
731+
"name": "statsVersionOne",
732+
"description": "Version 1 of statistics - https://gist.github.com/Alvin-LB/8d0d13db00b3c00fd0e822a562025eff",
733+
"versions": ["1.8", "1.12.2"]
734+
},
735+
{
736+
"name": "statsVersionTwo",
737+
"description": "Version 2 of statistics - https://wiki.vg/index.php?title=Protocol&oldid=14889#Statistics",
738+
"versions": ["1.13", "1.15.2"]
739+
},
740+
{
741+
"name": "statsVersionThree",
742+
"description": "Version 3 of statistics - https://wiki.vg/index.php?title=Protocol#Award_Statistics",
743+
"versions": ["1.16", "latest"]
734744
}
735745
]

0 commit comments

Comments
 (0)