17 lines
		
	
	
		
			345 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			345 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
name = "World of Banana"
 | 
						|
author = "Mateusz \"materus\" Słodkowicz"
 | 
						|
version = "1.0.0"
 | 
						|
pack-format = "packwiz:1.1.0"
 | 
						|
 | 
						|
[index]
 | 
						|
file = "index.toml"
 | 
						|
hash-format = "sha256"
 | 
						|
hash = "0eca402aad20684407926573eef05a3aa7fb97447beb7a0a4b6a85ce4ff6274c"
 | 
						|
 | 
						|
[versions]
 | 
						|
forge = "47.4.8"
 | 
						|
minecraft = "1.20.1"
 | 
						|
 | 
						|
[options]
 | 
						|
datapack-folder = "config/paxi/datapacks"
 |