Tags
Creators
Details
Licensed CC-BY-NC-SA-4.0
Published 4 years ago
Updated 21 hours ago
All versions
19.3.1+neoforge
Beta
[NeoForge 1.21.6/7/8] 19.3.111 months ago 55K
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.6–1.21.8
Platform
NeoForge
Supported environments
Client-side
Server-side
Client and server
Changes
19.3.1
- refactor: mod name item tooltip
- fix: random theme issues
- improve: allow enabling mod name tooltip when EMI is installed (close #614)
- feat: use
FabricItem#getCreatorNamespace - improve: StatusEffectsProvider
- improve: ThemeHelper converting to hours (close 612)
- fix: modded bossbar offset (#645)
- improve: suppress getDestroyProgress errors (close #637)
19.1.1
- improve: home screen
- fix: sprite has no fading
- Update uk_ua.json (#648)
- fix: player inventory is observable
19.1.0
- feat(access): horse markings (close #643)
- fix: InvWrapper NPE on trapped chest (close #633)
- fix: Nether wart progress (close #640)
- fix: plugin loading logic (close #646)
- Update uk_ua.json (#635)
- chore: 1.21.8
- refactor: progress part 1
19.0.4
- fix: progress arrow rendering (close #632)
- feat(access): stair block half
- fix: "Loot not generated yet" not showing on entity
19.0.3
- improve: no more hard crashes (close #627)
- fix: FluidView#readDefault not working for amounts bigger than max int on NeoForge (close #616)
- Update uk_ua.json (#626)
- improve: record hit location even if it is missed
19.0.2
- feat: add a method to get narration from specific lines
- chore: correct Turkish localization
- tr_tr.json Turkish Localization - 1.21.6 Fabric (#625)
Optional dependencies
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:nvQzSEkH:V5Hbf49Y"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:nvQzSEkH:V5Hbf49Y"
}


