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: about 1 month ago
JSON representation
A Minecraft Datapack Library. Detection of local direction input (ie wasd).
- Host: GitHub
- URL: https://github.com/MulverineX/wasd_arithmetic
- Owner: MulverineX
- License: cc0-1.0
- Created: 2020-04-16T22:54:07.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-22T02:04:35.000Z (almost 3 years ago)
- Last Synced: 2024-08-04T04:06:29.135Z (5 months ago)
- Topics: minecraft-datapack
- Language: TypeScript
- Homepage:
- Size: 418 KB
- Stars: 7
- Watchers: 4
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-mcc - Arithmatic WASD - detection of local direction input (ie wasd) (Uncategorized / Uncategorized)
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 โจ