Tags
Creators
Details
Licensed LGPL-3.0-only
Published 5 years ago
Updated last month
All versions
2.13.0
Release
2.13.0last year 21.9K
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client-side
Client and server
Changes
- Reworked GuiControl
-
- Made Rect part of GuiControl
-
- Removed GuiChildControl
-
- Removed rect as parameter
-
- Removed addControl and addHoverControl from GuiParent
-
- Moved min, preferred and max methods for width and height from control to rect
-
- Removed rect from standard renderContent function in GuiControl
-
- Renamed package controls to control
-
- Removed non generic variant of combobox, state button, tab
- Reworked NamedTree
-
- Added first and valueEntries to NamedTree
-
- Fixed folder force not working properly for nested paths in NamedTree
- Changed Config System
-
- Added ConfigTypeRegistry which allows for type saving & loading with an automatically generated gui configuration (based on the config system)
-
- Added ICreativeRegistry to allow for multiple config systems to have independent field predicates
-
- Added hideFromGUI to CreativeConfig annotation
-
- Added Int and Decimal Supplier annotation and classes to enable on the fly min and max configuration
-
- Enabled custom type equals checker by default (for config systems)
-
- Removed CreativeConfig annotation being available for classes
- Update
ru_ru.json(thanks to mpustovoi) - Added GuiExtensionCreator (reworked combobox, stack selector etc.)
- Added missing translation for true and false
- Added GuiComboBoxFlexible
- Added DataComponentPatch network field type
- Added float parameter variants to GuiRenderHelper
- Added new constructor to DisplayColor
- Added copy method sameDimensions to CompiledText
- Added different extension directions for GuiExtensionCreator
- Added CLICKABLE_NO_BORDER ControlFormatting
- Added new constructor for TextBuilder and an easy way to display a boolean
- Added set Vec3i to VectorUtils
- Added way to convert NBT to JSON back and forth
- Added gray and dark gray to ColorUtils
- Added VertexConsumer parameter for RenderBox and VectorFan
- Added IntMatrix3c and transform methods for Axis, Facing, BoxCorner, Rotation
- Fixed not syncing configuration when open to lan in singleplayer
- Fixed slider not loosing it's grabbed state when being disabled
- Fixed VectorFan white preview
- Renamed LevelAccesorFake to LevelAccessorFake
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| CreativeCore_NEOFORGE_SOURCE_v2.13.0_mc1.21.1.jar | Unknown | 449.64 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:mFygeYKW"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:OsZiaDHq:mFygeYKW"
}

