27 lines
		
	
	
		
			674 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			27 lines
		
	
	
		
			674 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|     "enabled": true,
 | |
|     "neededInstalledMods": [],
 | |
|     "neededUninstalledMods": [],
 | |
|     "spawns": [
 | |
|         {
 | |
|             "id": "ducklett-1",
 | |
|             "pokemon": "ducklett",
 | |
|             "presets": [
 | |
|                "freshwater",
 | |
|                "water_surface"
 | |
|             ],
 | |
|             "type": "pokemon",
 | |
|             "context": "surface",
 | |
|             "bucket": "common",
 | |
|             "level": "1-20",
 | |
|             "weight": 10,
 | |
|             "condition": {
 | |
|                 "canSeeSky": true,
 | |
|                 "biomes": [
 | |
|                     "#cobblemon:is_river"
 | |
|                 ],
 | |
|                 "timeRange": "day"
 | |
|             }
 | |
|       	  }
 | |
| 	 ]
 | |
| } |