Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thecymaera/mcpack-builder
https://github.com/thecymaera/mcpack-builder
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/thecymaera/mcpack-builder
- Owner: TheCymaera
- Created: 2023-02-10T21:51:00.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-28T17:37:57.000Z (5 months ago)
- Last Synced: 2024-10-10T00:30:55.353Z (3 months ago)
- Language: TypeScript
- Size: 54.7 KB
- Stars: 11
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Minecraft Pack Builder
A utility for building Minecraft datapacks packs.This library is in alpha. There will be breaking changes.
In the past, alpha versions were erroneously published to `1.0.x`. New versions will be published to `1.0.15-dev.x` and the final release will be published to `1.0.15`.
## Installation
Deno
```typescript
import { Datapack } from "npm:mcpack-builder@alpha"
```NPM
```bash
npm install mcpack-builder@alpha
```## Example Projects
[3D Grapher](https://github.com/TheCymaera/mcpack-builder-3d-grapher/)[Kinematic Chain](https://github.com/TheCymaera/mcpack-builder-kinematic-chain)
[Mastermind / Wordle](https://github.com/TheCymaera/mcpack-builder-mastermind)