Skip to content

Commit

Permalink
Version bump to 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
thgeorgiou committed Jul 18, 2015
1 parent 067151e commit b4d6701
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
mc-nbt-edit 0.3 by sakisds <[email protected]>
mc-nbt-edit 0.4 by sakisds <[email protected]>
Uses the NBT library by Thomas Woolford <[email protected]>
Based on the NBT specifications by Markus Persson

Expand Down
4 changes: 2 additions & 2 deletions mc-nbt-edit.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env python
#mc-nbt-edit 0.3 by sakisds <[email protected]>
#mc-nbt-edit 0.4 by sakisds <[email protected]>
#Uses the NBT library by Thomas Woolford <[email protected]>
#Based on the NBT specifications by Markus Persson

Expand All @@ -8,7 +8,7 @@
import sys, os, json

def help(): #Prints help
print "mc-nbt-edit 0.2 by sakisds <[email protected]>\n\nUsage: mc-nbt-edit file tag datatype value\n"
print "mc-nbt-edit 0.4 by sakisds <[email protected]>\n\nUsage: mc-nbt-edit file tag datatype value\n"
print "Possible datatypes: byte, int, float, long, string, short, double.\n Lists are not yet supported.\n\n\nOptions:"
print "--help: Displays this message and then exit."
print "--print: Prints tree inside the given NBT file and then exit."
Expand Down

0 comments on commit b4d6701

Please sign in to comment.