Skip to content
This repository has been archived by the owner on Jul 4, 2022. It is now read-only.

JustinHuPrime/DataPackCrafter

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 

DataPackCrafter

CPSC 410 Project 1: A Minecraft Datapack Specification Language

Installation and Usage

This project uses Node.js 14.x. To build it, check out the source and run:

npm install
npm run build

Then you can start the app using:

npm start -- path/to/your/datapack

By default, the output datapack will be written to pack.zip. You can specify an alternative output path by adding -o <output_path> to the command line.

Using the language

See docs/quickstart.md for a quick start guide.

About

CPSC 410 Project 1: A Minecraft Datapack Specification Language

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published