0.1.1 • Published 5 years ago

@magikcraft/mct1 v0.1.1

Weekly downloads
-
License
ISC
Repository
github
Last release
5 years ago

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
  1. Git clone this repo:
git clone https://github.com/Magikcraft/mct1.git
  1. Git clone the MCT1 worlds:
git clone https://github.com/Magikcraft/mct1-worlds.git
  1. 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.