Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/storycraft/mcslib-template
Mcslib & typescript project template
https://github.com/storycraft/mcslib-template
Last synced: 7 days ago
JSON representation
Mcslib & typescript project template
- Host: GitHub
- URL: https://github.com/storycraft/mcslib-template
- Owner: storycraft
- Created: 2024-12-08T06:12:00.000Z (15 days ago)
- Default Branch: main
- Last Pushed: 2024-12-08T06:36:52.000Z (15 days ago)
- Last Synced: 2024-12-08T07:23:27.477Z (15 days ago)
- Language: TypeScript
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mcslib template project
Template project with typescript, mcslib, and eslint setup## Setup
1. Install Node.js(https://nodejs.org/en)
2. Install pnpm(https://pnpm.io/installation)
3. Install dependencies: `pnpm install`## Compile
Run command below to build datapack
```bash
pnpm start
```
`datapack.zip` will be generated.## Launch
1. Copy `datapack.zip` to datapack directory
2. Copy `intrinsics_datapack.zip` (download from https://github.com/storycraft/mcslib) to datapack directory
3. Run `function mcslib_template:hello_world`
4. `[Player]: Hello world!` will be printed