kubejs: reimport, update quests
This commit is contained in:
		
							
								
								
									
										6
									
								
								kubejs/startup_scripts/example.js
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										6
									
								
								kubejs/startup_scripts/example.js
									
									
									
									
									
										Executable file
									
								
							| @@ -0,0 +1,6 @@ | ||||
| // priority: 0 | ||||
|  | ||||
| // Visit the wiki for more info - https://kubejs.com/ | ||||
|  | ||||
| console.info('Hello, World! (Loaded startup scripts)') | ||||
|  | ||||
							
								
								
									
										20
									
								
								kubejs/startup_scripts/jsconfig.json
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										20
									
								
								kubejs/startup_scripts/jsconfig.json
									
									
									
									
									
										Executable file
									
								
							| @@ -0,0 +1,20 @@ | ||||
| { | ||||
|     "compilerOptions": { | ||||
|         "module": "commonjs", | ||||
|         "target": "ES2015", | ||||
|         "lib": [ | ||||
|             "ES5", | ||||
|             "ES2015" | ||||
|         ], | ||||
|         "rootDir": "./src", | ||||
|         "typeRoots": [ | ||||
|             "../../.probe/startup/probe-types" | ||||
|         ], | ||||
|         "baseUrl": "../../.probe/startup/probe-types", | ||||
|         "skipLibCheck": true | ||||
|     }, | ||||
|     "include": [ | ||||
|         "./src/**/*", | ||||
|         null | ||||
|     ] | ||||
| } | ||||
		Reference in New Issue
	
	Block a user