Fix a bug relating to NBT decimal precision

This commit is contained in:
zontreck 2025-05-27 13:39:09 -07:00
parent ef1dc9c5c4
commit e8e9accd13
4 changed files with 7 additions and 11 deletions

View file

@ -1,5 +1,5 @@
class Constants {
static const VERSION = "1.4.052525+0002";
static const NBT_REVISION = "1.4.020325+1215";
static const VERSION = "1.4.052725+1328";
static const NBT_REVISION = "1.4.052725+1328";
static const ARGS_REVISION = "1.4.012225+0413";
}