Skip to content
This repository has been archived by the owner on May 21, 2021. It is now read-only.

Latest commit

 

History

History
16 lines (11 loc) · 808 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 808 Bytes

Thump Curse Service

Introduction

This is a plugin to provide Curse (chat) support to Thump.

Building

This mod uses Forge's Gradle wrapper for pretty easy setup and building. There are better guides around the internet for using it, and I don't do anything particularly special.

The general idea:

  • Setup: ./gradlew clean [setupDevWorkspace/setupDecompWorkspace] [idea/eclipse]
  • Building: ./gradlew clean build

If you run in to odd Gradle issues, doing ./gradlew clean usually fixes it.

Code License

The source code of this project is licensed under the terms of the ISC license, listed in the LICENSE file. A concise summary of the ISC license is available at choosealicense.org.