promotional bannermobile promotional banner

HarmonyLib

Fabric library made with Kotlin to develop some really cool mods.

File Details

harmony-mc1.16.5-v1.0.3.0.jar

  • R
  • Sep 22, 2024
  • 216.30 KB
  • 26
  • 1.16.5
  • Fabric

File Name

harmony-mc1.16.5-v1.0.3.0.jar

Supported Versions

  • 1.16.5

Curse Maven Snippet

Fabric

modImplementation "curse.maven:harmonylib-1107763:5747941"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

  • Add client, player, world, entity, stack and inventory shortcut methods.
  • Add Color methods related to UI.
  • Add Command registering helper methods.
  • Add ColorItem interface for coloured items.
  • Add NetStacks helper for stack storing and networking purposes.
  • Add ModKey as a KeyBinding register helper.
  • Add Message helper to forward messages to players or to console.
  • Add NBT helper.
  • Add network registering helper. Network.kt
  • Add Particles base type and registering helper.
  • Add Rendering helper to register item dynamic renderers.
  • Add Screen and elements helpers.
  • Add Async helper and timers system to run after the tick for custom scheduled timers.
  • Add Debug helper.
  • Add File management and mod files management helpers.
  • Add Identifier helper to work around the mod's name and IDs. Useful for registering using reflection.
  • Add Inventory helpers.
  • Add Item helpers and classes.
  • Add generic mod item group helper.
  • Add Iteration helper.
  • Add math conversion helpers.
  • Add advancements helpers.
  • Add generic registration helper.
  • Add strings helper.
  • Add translation helpers.
  • Add icon.png
  • Split sources.