17 lines
		
	
	
		
			353 B
		
	
	
	
		
			Python
		
	
	
	
	
	
		
		
			
		
	
	
			17 lines
		
	
	
		
			353 B
		
	
	
	
		
			Python
		
	
	
	
	
	
|   | class Craftable: | ||
|  |     bait = "Bait" | ||
|  |     cherry_bomb = "Cherry Bomb" | ||
|  |     bomb = "Bomb" | ||
|  |     mega_bomb = "Mega Bomb" | ||
|  |     staircase = "Staircase" | ||
|  |     scarecrow = "Scarecrow" | ||
|  |     rain_totem = "Rain Totem" | ||
|  |     flute_block = "Flute Block" | ||
|  |     life_elixir = "Life Elixir" | ||
|  |     monster_musk = "Monster Musk" | ||
|  |     oil_of_garlic = "Oil of Garlic" | ||
|  | 
 | ||
|  | 
 | ||
|  | 
 | ||
|  | 
 |