Tags
Creators
Details
Licensed CC-BY-NC-SA-4.0
Published 4 years ago
Updated 21 hours ago
All versions
12.4.0
Beta
[NeoForge 1.20.2] 12.4.03 years ago 4,539
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.2
Platform
NeoForge
Supported environments
Client-side
Server-side
Client and server
Changes
12.4.0
- refactor: harvest tool provider part 1
- Update config.yml
- fix: the server data mess
- feat: avoid the overlay flickering while shooting projectiles
- chore: better translations
- fix: ITooltip.append not updating tooltip size correctly
- fix: cannot see through waterlogged blocks (#342)
- feat: indicate if signs have wax applied or not (#336)
- feat: option to disable builtin camouflage (#341)
- fix: random translation patches
- Update zh_cn.json (#339)
- Updating ru_ru.json (#338)
- fix: bugs related to HarvestToolProvider
- fix: global waystones show as unbreakable (#317)
- improve: display minutes
- fix: element content overflow
- refactor: delete ITextElement.centered
- refactor: alignment rework (#327)
- feat: special text element api (#327)
- feat: campfire cooking time (#320)
- fix: the "flip with main hand" option is not respected
- feat: new position adjustment system (#329)
- chore: bump gradle version
- fix: crash when looking at non-pickable entity (#330)
- seems refmap is no longer needed?
- fix: bring back the black background to the search box
- neoforge, launched!
12.1.6
- fix: item count text is black (#324, #326)
- optimize
12.1.5
- remove debug code
- fix: check for duplicate uids in HierarchyLookup
- 1.20.2 port
11.6.3
- fix: oversight when merging
11.6.2
- fix: crash with Saturn
11.6.1
- fix: Incorrect display of Zombie Villager conversion time (#308)
- optimize imports
- fix: status effect display (#303)
- fix: mod name showing twice in some cases in JEI (#302)
- improve: allow using custom container finder
- fix: disable server data verification for replaced accessors
- fix: crash in the last commit
- fix: lingering server data
- fix: bugs related to getting pick result
- improve the latest PR
- Improve painting tooltip (#300)
- feat: option to always show harvest info
- fix: mislocated breaking progress (workaround) (#295)
- improve: do not show energy storage if capacity is 0
- improve: make toasts last longer
- feat: show fluid tank capacity while holding shift
- feat: collecting items information
- improve: item amount display
11.5.1
- fix: duplicate mod name in item tooltip in creative inventory (#288)
- feat: better text shadow
- improve: narrate text in a progress
- fix: cycle option value not being saved correctly
- chore: move release type to gradle.properties
- fix: bugs in the last commit
- feat: item storage caching
- Update lang/pt_br.json (#286)
- fix: backport many bug fixes
- feat: TTS toggle hint (#282)
- feat: disappearing delay
- chore: message format tip
11.4.3
- fix: Crash upon opening Mod Settings (#284)
11.4.2
- feat: tweaks to the custom theme
11.4.1
- fix: theme background image
- gradle 8.1 & parchment
- improve: tweaks to HorseStatsProvider
- Update Horse Speed to correct value (#283)
- improve: make text in progress element easier to see in light color scheme
- improve: trim the value saved by slider option
- feat: calibrated sculk sensor block input
- improve: do not display pitch if the noteblock is not tunable
- custom theme v2
- update issue template
- fix: mob spawner provider order
- refactor: tooltip positioning
- fix: NPE looking at fluid with no sprites (#281)
- fix: oversights in health displaying
- feat: Do not display Jade when there is a boss bar. (#276)
- improve: change option entry order
- unified publishing
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:soTdTMDe"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:nvQzSEkH:soTdTMDe"
}


