Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/steves-underwater-paradise/blinkload
Minecraft mod that caches assets to reduce game loading times.
https://github.com/steves-underwater-paradise/blinkload
curseforge fabricmc forge minecraft mod modrinth neoforge
Last synced: 4 months ago
JSON representation
Minecraft mod that caches assets to reduce game loading times.
- Host: GitHub
- URL: https://github.com/steves-underwater-paradise/blinkload
- Owner: steves-underwater-paradise
- License: other
- Created: 2024-08-02T19:49:04.000Z (6 months ago)
- Default Branch: 1.20-1.20.1
- Last Pushed: 2024-09-08T19:22:22.000Z (5 months ago)
- Last Synced: 2024-10-01T08:04:26.068Z (4 months ago)
- Topics: curseforge, fabricmc, forge, minecraft, mod, modrinth, neoforge
- Language: Java
- Homepage: https://www.curseforge.com/minecraft/mc-mods/blinkload
- Size: 7.53 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
![BlinkLoad icon](docs/assets/icon/icon_128x128.png)
# BlinkLoad
Minecraft mod that caches assets to reduce game loading times.
## Benchmark
### Specifications
- CPU: Intel i7-9750H @ 3.1GHz
- 16GB RAM @ 2667MHz### Mods
- [Fabric API](https://modrinth.com/mod/fabric-api)
- [Architectury API](https://modrinth.com/mod/architectury-api)
- [Mod Menu](https://modrinth.com/mod/modmenu)### Results
![Benchmark](docs/benchmarks/benchmark.png)
Results may vary based on hardware (e.x. faster hardware may benefit less).
## Dependencies
### Required
- [Fabric API](https://modrinth.com/mod/fabric-api)
- [Architectury API](https://modrinth.com/mod/architectury-api)## Compatibility info
### Compatible mods
BlinkLoad should be compatible with most, if not all, of the popular optimisation mods currently on Modrinth/CurseForge for Minecraft
`1.20.x`.### Incompatibilities
See
the [issue tracker](https://github.com/steves-underwater-paradise/blinkload/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc+label%3Acompatibility)
for a list of incompatibilities.## Download
[![GitHub](https://github.com/intergrav/devins-badges/raw/2dc967fc44dc73850eee42c133a55c8ffc5e30cb/assets/cozy/available/github_vector.svg)](https://github.com/steves-underwater-paradise/blinkload)
[![Modrinth](https://github.com/intergrav/devins-badges/raw/2dc967fc44dc73850eee42c133a55c8ffc5e30cb/assets/cozy/available/modrinth_vector.svg)](https://modrinth.com/mod/blinkload)
[![CurseForge](https://github.com/intergrav/devins-badges/raw/2dc967fc44dc73850eee42c133a55c8ffc5e30cb/assets/cozy/available/curseforge_vector.svg)](https://www.curseforge.com/minecraft/mc-mods/blinkload)![Fabric](https://github.com/intergrav/devins-badges/raw/2dc967fc44dc73850eee42c133a55c8ffc5e30cb/assets/compact/supported/fabric_vector.svg)
![Quilt](https://github.com/intergrav/devins-badges/raw/2dc967fc44dc73850eee42c133a55c8ffc5e30cb/assets/compact/supported/quilt_vector.svg)
![Forge](https://github.com/intergrav/devins-badges/raw/2dc967fc44dc73850eee42c133a55c8ffc5e30cb/assets/compact/supported/forge_vector.svg)
![NeoForge](docs/assets/badges/compact/supported/neoforge_vector.svg)See the version info in the filename for the supported Minecraft versions.
Made for the Fabric, Quilt, Forge, and NeoForge modloaders.
Client-side and server-side.## FAQ
- Q: Will you be backporting this mod to lower Minecraft versions?
A: No.- Q: Does this mod work in multiplayer?
A: Yes.- Q: Does only the client need this mod or does the server need it too?
A: Only the client needs this mod.## Contributing
If you've encountered a problem or you want to suggest
features, [create an issue](https://github.com/steves-underwater-paradise/blinkload/issues/new) on the issue tracker.### Development
- `git clone https://github.com/steves-underwater-paradise/blinkload.git`
- `cd blinkload`
- `./gradlew build`## License
This project is licensed under LGPLv3, see [LICENSE](https://github.com/steves-underwater-paradise/blinkload/blob/1.20.1/LICENSE).