Resources: Add two NBT files that can be used for testing.
							parent
							
								
									aef91fe7cd
								
							
						
					
					
						commit
						c59a1ac723
					
				
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							|  | @ -23,11 +23,11 @@ A simple tool written in Java that takes an input as UTF-8 and outputs it in Jav | ||||||
| Usage example: `echo -ne "\x00" | java JavaStringGenerator > output_file` | Usage example: `echo -ne "\x00" | java JavaStringGenerator > output_file` | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| ## servers.dat | ## NBT_data | ||||||
| 
 | 
 | ||||||
| My current servers.dat as pulled from my Minecraft installation. Used for testing the NBT library until we have something better. | Data used to test the NBT library. | ||||||
| 
 | 
 | ||||||
| 
 | `servers.dat`: My current servers.dat as pulled from my Minecraft installation | ||||||
| ## servers.dat_nbt_decoded.txt | `servers.dat_nbt_decoded.txt`: The same file manually decoded (I did this to get a better understanding how NBT works, might come in handy in the future.) | ||||||
| 
 | `simple_nbt`: A simple NBT file containing all tags | ||||||
| The same file manually decoded. I did this to get a better understanding how NBT works, might come in handy in the future. | `nested_compounds_and_lists`: A combination of nested compound and list tags intended to be challenging to parse | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue
	
	 BodgeMaster
						BodgeMaster