Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/alexiil/customloadingscreen
- Owner: AlexIIL
- License: gpl-3.0
- Created: 2015-04-06T14:02:03.000Z (over 9 years ago)
- Default Branch: 1.4.x
- Last Pushed: 2022-05-15T22:24:27.000Z (over 2 years ago)
- Last Synced: 2024-10-15T06:33:47.641Z (about 1 month 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: [![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 foldergit clone https://github.com/AlexIIL/CustomLoadingScreen.git
cd CustomLoadingScreenIf 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 repositoryClone 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