Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rozmir-rohi/loading-screen-messages
Customizable Messages for your Loading Screen
https://github.com/rozmir-rohi/loading-screen-messages
forge minecraft-mod
Last synced: 17 days ago
JSON representation
Customizable Messages for your Loading Screen
- Host: GitHub
- URL: https://github.com/rozmir-rohi/loading-screen-messages
- Owner: Rozmir-Rohi
- License: lgpl-3.0
- Created: 2024-08-13T06:05:55.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-13T08:53:32.000Z (3 months ago)
- Last Synced: 2024-10-31T05:04:30.407Z (17 days ago)
- Topics: forge, minecraft-mod
- Language: Java
- Homepage:
- Size: 220 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Loading Screen Messages
Adds customizable messages to the world loading screen which can be especially useful for modpacks.These messages can be customised using a resource pack.
## Credits & License Conditions:
This mod is a strip down of the 1.7.10 Aether mod for it's loading screen feature and is licensed under the GNU Lesser General Public License v3.0. This project omplies with the Aether Mod's Custom License as it only uses parts of the Aether mod's source code
(Extract from Aether Mod License: "...The source code of The Aether mod for Minecraft 1.7+ is under the LGPL v3.0 license. Any previous versions' source code is unlicensed and all rights are reserved to it by The Aether Team.").**Aether Mod Credits:**
- Aether Collaboration Team (Kingbdogz, Shockah, Kodaichi, Flan, and 303) for creating the original Aether mod- Modding Legacy (115kino, KingPhygieBoo, and Lachney) for originally porting and developing the mod in newer versions
- InsomniaKitten is for providing the inventory texture.
## Use of anatawa12's Fork of ForgeGradle 1.2 within Project:
The source code of this project uses anatawa12's fork of ForgeGradle 1.2 as a library under the GNU Lesser General Public License v2.1 (https://choosealicense.com/licenses/lgpl-2.1/).
Compiled versions of this mod are permitted under section 5 of the original license, "A program that contains no derivative of any portion of the Library, but is designed to work with the Library by being compiled or linked with it, is called a "work that uses the Library". Such a work...is not a derivative work of the Library"; consequently the conditions of the original license do not apply to the work.
The source code of this mod is permitted under section 6 of the original license, "you may also combine or link a "work that uses the Library" with the Library to produce a work containing portions of the Library, and distribute that work under terms of your choice" provided that:
* Private modifications are allowed.
* Notice is given that the Library is used and a copy of it's original license is provided.
* Access is provided to the source code of the Library.The source code for anatawa12's fork of ForgeGradle 1.2 can be found here: https://github.com/anatawa12/ForgeGradle-1.2