@spyglassmc/locales 0.3.25 → 0.3.26

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -149,6 +149,7 @@
149
149
  "mcfunction.parser.range.span-too-small": "The range size %0% is smaller than the minimum %1%",
150
150
  "mcfunction.parser.score_holder.fake-name.too-long": "Fake names cannot be longer than %0% characters",
151
151
  "mcfunction.parser.sep": "a space (%0%)",
152
+ "mcfunction.parser.time.below-min": "The time cannot be less than %0% tick(s)",
152
153
  "mcfunction.parser.trailing": "Trailing data encountered: %0%",
153
154
  "mcfunction.parser.unknown-parser": "Parser %0% hasn't been supported yet",
154
155
  "mcfunction.parser.uuid.invalid": "Invalid UUID format",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spyglassmc/locales",
3
- "version": "0.3.25",
3
+ "version": "0.3.26",
4
4
  "type": "module",
5
5
  "description": "Locales for the Spyglass Project",
6
6
  "main": "./lib/index.js",