@magikcraft/mct1
v0.1.1
Published
Minecraft for Type 1 Diabetes
Downloads
248
Maintainers
Readme
MCT1: Minecraft for Type 1 Diabetes
MCT1 simulates living with Type 1 Diabetes in Minecraft, with an epic quest and magic powers.
MCT1 is a Scriptcraft plugin using the Scriptcraft Modular Architecture.
To Run
Prerequisites
- Docker
- A Minecraft Java Client
- Git clone this repo:
git clone https://github.com/Magikcraft/mct1.git
- Git clone the MCT1 worlds:
git clone https://github.com/Magikcraft/mct1-worlds.git
- Start them in docker:
docker run -it -p 25565:25565 \
--mount type=bind,src=$(pwd)/mct1-worlds,dst=/server/worlds \
--mount source=scriptcraft-cache,target=/server/cache \
--mount type=bind,src=$(pwd)/mct1,dst=/server/scriptcraft-plugins/@magikcraft/mct1 \
magikcraft/scriptcraft
Contributing
See CONTRIBUTING.md for details on development practices.