Tags
Creators
Details
Licensed LGPL-3.0-only
Published 5 years ago
Updated last month
All versions
2.14.4
Release
2.14.410 months ago 163
Compatibility
Minecraft: Java Edition
1.21.8
Platform
NeoForge
Supported environments
Client-side
Client and server
Changes
- Fixed crash when using player selector dialog
- Fixed wrong iteration of controls on client side causing hover controls to not be clicked when being above another control
- Fixed extension being offset by a few pixels
- Fixed incorrect intersection check for vectors fans caused by angled line go over two edges exactly #2
- Fixed incorrect intersection check for vectors fans caused by angled line go over two edges exactly
- Fixed drop in gui not correctly interacting with every inventory
- Fixed extraction in gui not correctly interacting with every inventory
- Fixed slot drop with q not working correctly
- Removed color palette settings
- Added maxGuiScale config option
- Fixed config of CreativeCore not being registered
- Removed useStencil and useOptifineCompat config option
- Fixed slider textfield not working correctly
- Fixed rendering controls which have no visible rect on screen
- Added GuiLabelHover
- Added subtract to ColorUtils
- Fixed selecting combobox flexible after forced value not setting value before raising changed event
- Added better timeline channel unmodifiable key support
- Fixed container on client side not being able to calculate toScreentRect
- Fixed initialization of extensions not working properly
- Fixed displaying group in stack selector even though it is empty
- Fixed stack selector search bar not taking full width
- Fixed stack selector search not working
- Fixed slots hover effect not working correctly
- Fixed chaining changes endlessly in item select dialog
- Added notify parameter gui dist handlers to avoid change looping
- Fixed tooltip in gui causing crash
- Fixed limited matrix stack size causing crash with guis with many control parents
- Fixed scissor in gui api not working correctly causing multiple rendering issues
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| CreativeCore_NEOFORGE_SOURCE_v2.14.4_mc1.21.8.jar | Unknown | 495.58 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:OsZiaDHq:bOGaOmXy"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:OsZiaDHq:bOGaOmXy"
}

