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

https://github.com/fuyukai/huomautus

Minecraft-related annotation processors for Fabric-Kotlin mods
https://github.com/fuyukai/huomautus

Last synced: 3 months ago
JSON representation

Minecraft-related annotation processors for Fabric-Kotlin mods

Awesome Lists containing this project

README

        

Huomautus
----------
(lit: annotation, note, notice)

Huomautus (lit: notice, annotation, note) is an annotation processor for Kotlin-based
Fabric Minecraft mods. It contains helpers for mixins and auto-registration.

Huomautus does not include any dependency in your final code; it does not use any reflection;
all is achieved through the power of code generation.

To get started, view the docs at https://huomautus.readthedocs.io/en/latest/index.html.