https://github.com/viral32111/library
Shared code for my Minecraft mods.
https://github.com/viral32111/library
fabricmc library minecraft-mod
Last synced: about 2 months ago
JSON representation
Shared code for my Minecraft mods.
- Host: GitHub
- URL: https://github.com/viral32111/library
- Owner: viral32111
- License: agpl-3.0
- Created: 2023-07-03T16:51:05.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-01T16:08:25.000Z (over 1 year ago)
- Last Synced: 2025-02-14T21:26:56.494Z (over 1 year ago)
- Topics: fabricmc, library, minecraft-mod
- Language: Kotlin
- Homepage:
- Size: 166 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Security: SECURITY.md
Awesome Lists containing this project
README
# Library
[](https://github.com/viral32111/library/actions/workflows/ci.yml)
[](https://github.com/viral32111/library/actions/workflows/codeql.yml)




This is a [Minecraft Fabric](https://fabricmc.net/) mod that houses the shared code across my other mods.
This mod does nothing by itself, it is a dependency for my other mods.
## 🖥️ Documentation
Coming soon.
## 📥 Usage
1. Download the mod file (`.jar`) from [the latest release](https://github.com/viral32111/library/releases/latest).
2. Place the mod file in the server's `mods` directory.
3. Start the server.
## ⚖️ License
Copyright (C) 2023 [viral32111](https://viral32111.com).
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see https://www.gnu.org/licenses.