34 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			34 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			TOML
		
	
	
	
	
	
#How many marks you can draw with a single chalk. Default: 64
 | 
						|
#Range: > 0
 | 
						|
ChalkUses = 128
 | 
						|
#How much light glowing mark produces. Default: 5
 | 
						|
#Range: 0 ~ 15
 | 
						|
GlowingMarkLightLevel = 7
 | 
						|
#Controls whether glowing should be enabled in Chalk Box.
 | 
						|
#If disabled - you will not be able to draw glowing marks with chalk box.
 | 
						|
#Default: true
 | 
						|
ChalkBoxGlowingEnabled = true
 | 
						|
#How many glowing uses one glowing item will give.
 | 
						|
#Default: 8
 | 
						|
#Range: 1 ~ 9999
 | 
						|
ChalkBoxGlowingItemUses = 16
 | 
						|
#If enabled, Chalks (and Chalk Boxes) will generate in Dungeons, Abandoned Mineshafts, Planes and Savanna villages, Cartographer houses
 | 
						|
#Default: true
 | 
						|
ShouldGenerateInChests = true
 | 
						|
 | 
						|
#Enable/disable symbols and location of the advancement that will unlock that symbol. (Empty = always unlocked)
 | 
						|
[Symbols]
 | 
						|
	CrossEnabled = true
 | 
						|
	CrossUnlockAdvancement = ""
 | 
						|
	CheckEnabled = true
 | 
						|
	CheckUnlockAdvancement = ""
 | 
						|
	HouseEnabled = true
 | 
						|
	HouseUnlockAdvancement = "chalk:adventure/sleep_three_times_in_one_place"
 | 
						|
	PickaxeEnabled = true
 | 
						|
	PickaxeUnlockAdvancement = "minecraft:story/iron_tools"
 | 
						|
	SkullEnabled = true
 | 
						|
	SkullUnlockAdvancement = "chalk:adventure/get_skeleton_skull"
 | 
						|
	HeartEnabled = true
 | 
						|
	HeartUnlockAdvancement = "minecraft:husbandry/tame_an_animal"
 | 
						|
 |