Ecosyste.ms: Awesome

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

https://github.com/MulverineX/wasd_arithmetic

A Minecraft Datapack Library. Detection of local direction input (ie wasd).
https://github.com/MulverineX/wasd_arithmetic

minecraft-datapack

Last synced: 2 months ago
JSON representation

A Minecraft Datapack Library. Detection of local direction input (ie wasd).

Lists

README

        

# wasd arithmetic

[![All Contributors](https://img.shields.io/badge/all_contributors-3-orange.svg?style=flat-square)](#contributors-)

A Minecraft Sandstone data pack library for detecting WASD input that uses arithmetic for calculations.

## Usage
### Vanilla
Import pack files from [here](https://github.com/MulverineX/wasd_arithmetic/tree/generated), follow instructions on README

### Sandstone
Follow/base off [example project](https://github.com/MulverineX/wasd_arithmetic/tree/example)

Add the module to your workspace
```
npm install smc-wasd
```

## Development
To build the datapack, run:
```ts
npm run build
// or
yarn build
// or
sand build
```

To automatically rebuild the datapack on each change, run:
```ts
npm run watch
// or
yarn watch
// or
sand watch
```

## Contributors โœจ



onnowhere

๐Ÿ’ป

MulverineX

๐Ÿ’ป๐Ÿงน

TheWii#2934

๐Ÿ›