Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/viral32111/library

Shared code for my Minecraft mods.
https://github.com/viral32111/library

fabricmc library minecraft-mod

Last synced: 12 days ago
JSON representation

Shared code for my Minecraft mods.

Awesome Lists containing this project

README

        

# Library

[![CI](https://github.com/viral32111/library/actions/workflows/ci.yml/badge.svg)](https://github.com/viral32111/library/actions/workflows/ci.yml)
[![CodeQL](https://github.com/viral32111/library/actions/workflows/codeql.yml/badge.svg)](https://github.com/viral32111/library/actions/workflows/codeql.yml)
![GitHub tag (with filter)](https://img.shields.io/github/v/tag/viral32111/library?label=Latest)
![GitHub repository size](https://img.shields.io/github/repo-size/viral32111/library?label=Size)
![GitHub release downloads](https://img.shields.io/github/downloads/viral32111/library/total?label=Downloads)
![GitHub commit activity](https://img.shields.io/github/commit-activity/m/viral32111/library?label=Commits)

This is a [Minecraft Fabric](https://fabricmc.net/) mod that houses the shared code across my other mods.

This mod does not anything by itself, it is designed as a dependency for my other mods.

## 🖥️ Documentation

**Coming soon.**

## 📥 Usage

Requires Fabric API
Requires Fabric Language Kotlin

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.