https://github.com/alexiil/customloadingscreen
A way to customise the loading screen in minecraft forge.
https://github.com/alexiil/customloadingscreen
Last synced: about 1 year ago
JSON representation
A way to customise the loading screen in minecraft forge.
- Host: GitHub
- URL: https://github.com/alexiil/customloadingscreen
- Owner: AlexIIL
- License: gpl-3.0
- Created: 2015-04-06T14:02:03.000Z (about 11 years ago)
- Default Branch: 1.4.x
- Last Pushed: 2024-10-19T22:16:45.000Z (over 1 year ago)
- Last Synced: 2025-04-04T08:45:25.850Z (about 1 year ago)
- Language: Java
- Homepage:
- Size: 1.59 MB
- Stars: 17
- Watchers: 4
- Forks: 12
- Open Issues: 33
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CustomLoadingScreen
Drone.io: [](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