Skip to content

🔥create minecraft projects via command line

License

Notifications You must be signed in to change notification settings

DasSharkk/torch

Repository files navigation

🔥 torch

torch is a command line tool to easily create minecraft kotlin projects.

Issues

Report a bug

Installation

Make sure that you have Gradle installed.

For Windows systems run this command using powershell:

Set-ExecutionPolicy RemoteSigned -Scope CurrentUser # Required to run remote scripts
irm https://raw.githubusercontent.com/mooziii/torch/master/install/windows.ps1 | iex

For Linux and macOS systems run this command using bash:

do it yourself, script doesn't work because I DONT KNOW

curl -sS https://raw.githubusercontent.com/mooziii/torch/master/install/unix.sh | bash

Usage

To create a basic project run: torch lit <project-name>.

To create a project using the shadow plugin run: torch lit -S <project-name>.

For more options you can use torch lit --help.

TODO

  • addons (that provide support for more modding frameworks etc.)
  • command to edit existing projects
  • configuration (for tab indents and other stuff)
  • fix linux installer

About

🔥create minecraft projects via command line

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published