Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alexiil/customloadingscreen

A way to customise the loading screen in minecraft forge.
https://github.com/alexiil/customloadingscreen

Last synced: 23 days ago
JSON representation

A way to customise the loading screen in minecraft forge.

Awesome Lists containing this project

README

        

# CustomLoadingScreen
Drone.io: [![Build Status](https://drone.io/github.com/AlexIIL/BetterLoadingScreen/status.png)](https://drone.io/github.com/AlexIIL/BetterLoadingScreen/latest)

## Building from scratch
Clone this repository into an empty folder

git clone https://github.com/AlexIIL/CustomLoadingScreen.git
cd CustomLoadingScreen

If you are on linux, run:

./setupWorkspace build

Otherwise you need to run:

./gradlew setupCIWorkspace
./gradlew build

The build jar files will be in /build/libs.

## Contributing
Fork this repository

Clone the forked repository into an empty folder

If you are on linux run

./setupWorkspace

Otherwise you need to run

./gradlew setupDecompWorkspace

If you use eclipse...

./gradlew eclipse

If you use Idea...

./gradlew idea