Skip to content

Commit

Permalink
Merge pull request #16 from peunsu/dev
Browse files Browse the repository at this point in the history
Added Float data type with suffix 'f'.
  • Loading branch information
peunsu authored Apr 7, 2024
2 parents c2bee2c + ff77831 commit 67fabee
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 67fabee

Please sign in to comment.