Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/siphalor/modsoftheworld
A mod to end the Minecraft rebranding bonanza
https://github.com/siphalor/modsoftheworld
fabricmc fabricmc-mod minecraft minecraft-fabric minecraft-fabric-mod minecraft-mod
Last synced: about 1 month ago
JSON representation
A mod to end the Minecraft rebranding bonanza
- Host: GitHub
- URL: https://github.com/siphalor/modsoftheworld
- Owner: Siphalor
- License: cc0-1.0
- Created: 2019-06-07T12:08:23.000Z (over 5 years ago)
- Default Branch: 1.17
- Last Pushed: 2022-06-25T21:05:46.000Z (over 2 years ago)
- Last Synced: 2024-07-30T18:22:39.969Z (5 months ago)
- Topics: fabricmc, fabricmc-mod, minecraft, minecraft-fabric, minecraft-fabric-mod, minecraft-mod
- Language: Java
- Homepage:
- Size: 146 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mods of the World
![logo](src/main/resources/assets/modsoftheworld/icon_large.png)
A mod to end all title screen conflicts and Minecraft rebrandings.
This mod contains custom changing logos in the edition part of the Minecraft title screen, an accordingly changing window title and splash texts.
Logos will fallback to the mod icon. Splashes will default to the sentences of the mod description.
## Add support for MotW
In the `fabric.mod.json` add:
```json
"custom": {
"modsoftheworld:logo": "modid:path/to/logo.png",
"modsoftheworld:splashes": "modid:path/to/splashes.txt"
}
```## License
This mod is available under the CC0 license. Feel free to learn from it and incorporate it in your own projects.