Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thecymaera/mcpack-builder


https://github.com/thecymaera/mcpack-builder

Last synced: 1 day ago
JSON representation

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)