Skip to content

Commit

Permalink
Added Float data type with suffix 'f'.
Browse files Browse the repository at this point in the history
  • Loading branch information
peunsu committed Apr 7, 2024
1 parent 6b85c47 commit ff77831
Show file tree
Hide file tree
Showing 6 changed files with 397 additions and 330 deletions.
2 changes: 1 addition & 1 deletion ftb_snbt_lib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
from .tag import *
from .write import *

__version__ = '0.2.1'
__version__ = '0.2.2'
__all__ = ['parse', 'tag', 'write']
1 change: 1 addition & 0 deletions ftb_snbt_lib/parse.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ def p_value(p):
| BOOL
| BYTE
| SHORT
| FLOAT
| DOUBLE
| LONG
| INTEGER
Expand Down
Loading

0 comments on commit ff77831

Please sign in to comment.