Tags
Creators
Details
Licensed LGPL-3.0-only
Published 2 years ago
Updated 2 years ago
All versions
mc1.20.4-v1.0.3.0
Release
Harmony mc1.20.4-v1.0.3.02 years ago 104
Compatibility
Minecraft: Java Edition
1.20.4
Platform
Fabric
Supported environments
Client-side
Server-side
Client and server
Changes
- 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.
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:hSO8SVMw:OcyOtQuF"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:hSO8SVMw:OcyOtQuF"
}

