https://github.com/enginemachiner/harmony
Minecraft Fabric library mod to develop some really cool mods.
https://github.com/enginemachiner/harmony
abstract architecture fabricmc-mod library minecraft-mod
Last synced: 3 months ago
JSON representation
Minecraft Fabric library mod to develop some really cool mods.
- Host: GitHub
- URL: https://github.com/enginemachiner/harmony
- Owner: EngineMachiner
- License: lgpl-3.0
- Created: 2024-05-17T02:34:21.000Z (about 2 years ago)
- Default Branch: 1.19.2
- Last Pushed: 2024-05-23T03:32:55.000Z (about 2 years ago)
- Last Synced: 2024-05-23T03:37:35.413Z (about 2 years ago)
- Topics: abstract, architecture, fabricmc-mod, library, minecraft-mod
- Language: Kotlin
- Homepage:
- Size: 79.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Harmony
Harmony is a library that tries to simplify mod creation. It has shortcuts to simplify things and has helpers to register generally, do translations, tweak UI, do item and stack behavior, handle NBT data, handle user messages, use mod identifiers in a generic way, schedule timers on tick, do mod files management, advancements and more!
It's my Minecraft Fabric library mod for my mods. It helps me chill while I code.