← Назад к ресурсам

AcornLib

An API with features to make modding easier, including new Components, Particles, Weapon Skins, and Supporter Perks.

Modrinth equipment library utility

Описание

# THANKS FOR 9,900 DOWNLOADS!!!! [![fabric-api](https://cdn.modrinth.com/data/cached_images/c4f1a960f18ab198a516e9e092572e3d4be63879.png)](https://modrinth.com/mod/fabric-api) [![modmenu](https://cdn.modrinth.com/data/cached_images/e9fb2e9371d524583865608a6d3fada35581c8c3.png)](https://modrinth.com/mod/modmenu) [![ko-fi](https://cdn.modrinth.com/data/cached_images/e824cc27f1e507782c301d1a820f8aff027da507.png)](https://ko-fi.com/acoyt) ## Features - Mixin annotations for only loading when a certain mod is loaded, or only when in dev env - Builder system for making data generation of data classes (damage types, jukebox songs, tags, etc.) a ton easier! (As well as one specifically for making model layers easier, though it's a bit funky) - A sound instance that changes volume depending on how close players are to a specified location - Screen alignments for rendering images at certain locations on the screen - All easings from [easings.net](https://www.easings.dev/) in an interface class - An interface that you can implement in your mob effect class to make it unclearable - Many events (See [here](https://github.com/AcoYTMC/AcornLib/tree/main/src/main/java/net/acoyt/acornlib/api/event) for a full list) - An armor attributes helper, for adding attributes to certain pieces of armor! - A ton of template items for tons of functionalities! (See [here](https://github.com/AcoYTMC/AcornLib/tree/main/src/main/java/net/acoyt/acornlib/api/item) for a full list) - Screen particles! - Registrant system for registering any object, and auto-generating lang! It also has a template for custom modded registries. - Many utility classes for a multitude of uses! (See [here](https://github.com/AcoYTMC/AcornLib/tree/main/src/main/java/net/acoyt/acornlib/api/util) for a full list) - Commands - Velocity command (exact (add|subtract) & directional) - AcornLib command (dev env only, checks if player is a supporter) - Extra `if` branches in the execute command! - Supporter System - Ability to make mods (AcoYT) supporter only - Custom perks for supporters and friends in other mods using this library --- THANK YOU SO MUCH [SHIV](https://modrinth.com/user/ShivAngel) FOR REMAKING THE ACORN TEXTURES FOR ME