RaccoonCore
ModrinthA lightweight core library for my Forge mods. Provides shared infrastructure and some small utilities.
411 downloads updated 2mo ago
latest vmc1.20.1-v2.5.0 Modrinth
🦝 About 🦝
RaccoonCore is a lightweight base library designed to centralize and optimize the infrastructure used across my Minecraft Forge mods. Its purpose is to reduce boilerplate, and provide utilities that can be used in multiple projects.
This mod does not add gameplay content by itself. It exists as a dependency for my other mods.
✨ Features ✨
- Server Scheduler
Schedule server sided tasks to be executed later using tick-based timing. - PlayerList Command Argument
A custom command argument that accepts comma-separated player lists, e.g.,{player1,player2...}. - Time Utilities
Time-related calculations and formatting, e.g., tick to duration:72000 → 1h.
More features and utilities may be added as I learn new things.
❤️Support Me❤️
As you may already know, modding isn't easy and takes a long time. So if you like what I do and would like to support me, you can tip me on ko-fi. One day i'll think of a good reweard for tippers!
Versions
Release
mc1.20.1-v2.5.0
### Added
* New sound datagen framework:
* `SoundEntry` as a unified data model for sound definitions.
* `RaccoonSoundProvider` for manual `sounds.json`…
Release
mc1.20.1-v2.4.0
**Changelog:** https://github.com/kamkeyke/RaccoonCore/releases/tag/mc1.20.1-v2.4.0
Release
mc1.20.1-v2.3.0
**Changelog:** https://github.com/kamkeyke/RaccoonCore/releases/tag/mc1.20.1-v2.3.0
Release
mc1.20.1-v2.2.0
**Changelog:** https://github.com/kamkeyke/RaccoonCore/releases/tag/mc1.20.1-v2.2.0
Release
mc1.20.1-v2.1.0
**Changelog:** https://github.com/kamkeyke/RaccoonCore/releases/tag/mc1.20.1-v2.1.0

Comments 0
No comments yet. Be the first to share your thoughts.