-
Bug
-
Resolution: Fixed
-
Minecraft 16w36a, Minecraft 16w38a, Minecraft 16w40a, Minecraft 16w41a, Minecraft 16w44a, Minecraft 1.11 Pre-Release 1, Minecraft 1.11, Minecraft 1.11.2, Minecraft 17w06a, Minecraft 17w13a, Minecraft 17w14a, Minecraft 17w15a, Minecraft 17w16a, Minecraft 17w16b, Minecraft 17w17a, Minecraft 17w17b, Minecraft 17w18a, Minecraft 17w18b, Minecraft 1.12 Pre-Release 1, Minecraft 1.12 Pre-Release 2, Minecraft 1.12 Pre-Release 3, Minecraft 1.12 Pre-Release 5, Minecraft 1.12 Pre-Release 6, Minecraft 1.12 Pre-Release 7, Minecraft 1.12.1, Minecraft 1.12.2, Minecraft 17w43a, Minecraft 17w45a, Minecraft 17w45b, Minecraft 17w46a
-
Confirmed
Item stats are formatted as stat.statType.namespace.item_name. For example: stat.useItem.minecraft.fish, or stat.breakItem.minecraft.wooden_sword.
Conversely, entity stats are formatted as stat.statType.EntityName. For example: stat.killEntity.PolarBear, or stat.entityKilledBy.SkeletonHorse. These names are inconsistent with the actual entity names, which are now minecraft:polar_bear and minecraft:skeleton_horse in the above examples, and generally follow the namespace:underscore_separated convention.
Essentially, the entity names used in entity stats are wrong, either using the old entity names, or new entity names formatted similarly to pre-1.11 convention. In addition, they lack the proper namespace.
- relates to
-
MC-106314 Invalid statistic - Don't know what stat.killEntity.Creeper is
- Resolved