Tags
Creators
Details
Licensed ARR
Published 2 years ago
Updated last week
All versions
1.6.0-beta.10
Beta
Ohmega 1.6.0-beta.10 Forge 26.1.24 months ago 28
Compatibility
Minecraft: Java Edition
26.1.x
Platform
Forge
Supported environments
Client and server
Changes
- Added accessory rendering API
- Added multiple in game commands
- Switched to menu/screen injection and added creative accessory inventory
- Allowed accessories to be equipped by any living entity
- Added initial localisation for Spanish, Italian, Dutch, Russian and Ukrainian
- Added a button to flip the player model in the inventory
- Added a config screen for Forge
- Heavily optimised many parts of the mod
- Supported dispensing accessories onto entities
- Added built-in screen support for JEI
- Added an edit extension UI screen
- Removed deprecated methods
- Added accessory types applying attribute modifiers
- Cleaned up code internally a lot
- Fixed a few minor bugs
- Added a fallback "ohmega:none" accessory type
- Added a one-time Crowdin translation toast on world join
- General quality of life improvements
- Added multi-tagged accessory type fallback
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| ohmega-1.6.0-beta.10-forge-mc26.1.2-sources.jar | Unknown | 223.75 KiB |
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:scvT0o5w:xm2PtNMl"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:scvT0o5w:xm2PtNMl"
}

