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 = "85c8d01fe7b1aeee49a0b3cd04f9dd51b763339c1adaa6ac11ccc50ed221167c"
 | 
						|
 | 
						|
[versions]
 | 
						|
forge = "47.4.8"
 | 
						|
minecraft = "1.20.1"
 | 
						|
 | 
						|
[options]
 | 
						|
datapack-folder = "config/paxi/datapacks"
 |