Skip to content
This repository was archived by the owner on Sep 29, 2025. It is now read-only.

Commit fcf719a

Browse files
committed
docs: adding archive notice
1 parent 32b4c89 commit fcf719a

1 file changed

Lines changed: 2 additions & 36 deletions

File tree

README.md

Lines changed: 2 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,4 @@
11
# Blockception Minecraft Bedrock Project
22

3-
[![Npm Package & Publish](https://github.com/Blockception/BC-Minecraft-Bedrock-Project/actions/workflows/npm-publish.yml/badge.svg)](https://github.com/Blockception/BC-Minecraft-Bedrock-Project/actions/workflows/npm-publish.yml)
4-
[![npm-unit-test](https://github.com/Blockception/BC-Minecraft-Bedrock-Project/actions/workflows/npm-test.yml/badge.svg)](https://github.com/Blockception/BC-Minecraft-Bedrock-Project/actions/workflows/npm-test.yml)
5-
[![tagged-release](https://github.com/Blockception/BC-Minecraft-Bedrock-Project/actions/workflows/tagged-release.yml/badge.svg)](https://github.com/Blockception/BC-Minecraft-Bedrock-Project/actions/workflows/tagged-release.yml)
6-
![npm](https://img.shields.io/npm/v/bc-minecraft-project)
7-
8-
A project that deals with caching, summarizing Minecraft bedrock data
9-
10-
```ts
11-
const context: ProjectContext = {
12-
getDocument: (uri: string) => { ... },
13-
getFiles: (folder: string, ignores: MCIgnore) => { ... },
14-
};
15-
16-
const Data = new ProjectData(context);
17-
18-
const ProjectFolder = "c:\\project\\";
19-
const manifests = ["c:\\project\\bp\\manifest.json", "c:\\project\\rp\\manifest.json", "c:\\project\\world\\manifest.json"];
20-
21-
const packs = Data.addPack(manifests, ProjectFolder);
22-
23-
//process documents into the pacts
24-
Data.process(...);
25-
//OR
26-
packs[0].process(...)
27-
```
28-
29-
## Contributing
30-
31-
First, read the [contributing guide](./CONTRIBUTING.md). fork the project, clone it and run the following commands:
32-
33-
**Installation**
34-
35-
```cmd
36-
npm ci
37-
npm update
38-
```
3+
> [!IMPORTANT]
4+
> This repository has been archived and if moved over to: https://github.com/Blockception/minecraft-bedrock-language-server

0 commit comments

Comments
 (0)