Tags
Creators
Details
Licensed ARR
Published 4 years ago
Updated 7 hours ago
All versions
1.1.20-forge-mc1.20.4
Release
SuperMartijn642's Core Lib 1.1.206 months ago 288
Compatibility
Minecraft: Java Edition
1.20.3–1.20.4
Platform
Forge
Supported environments
Client and server
Changes
SuperMartijn642's Core Library 1.1.20
- Added
Widget#cursorto change the cursor when hovering a widget - Added
ScrollbarWidgetfor creating a configurable scrollbar - Added
ScissorWidetthat restricts rendering and input handling of child widgets to its bounds - Added
CustomSlotfor creating container slots - Added
AbstractButtonWidget#isClickableandAbstractButtonWidget#setActive - Improved
BaseWidgetfocus handling - Fixed
GuiGraphicsHelper#submitCustomRenderingnot respecting active scissor - Fixed child widgets not getting unfocused when focused widget changes
- Fixed output from
BlockStateGenerator,ModelGenerator, andTagGeneratornot being consistent
SuperMartijn642's Core Library 1.1.19
- Added additional properties to
BlockPropertiesto match vanilla
SuperMartijn642's Core Library 1.1.18a
- Fixed
Widgetscreens using horizontal instead of vertical scrolling
SuperMartijn642's Core Library 1.1.18
- Fixed
TextFieldWidgetallowing one more character than the max length
SuperMartijn642's Core Library 1.1.17c
- Fixed tag-dependent recipe conditions not working
SuperMartijn642's Core Library 1.1.17b
- Fixed
RecipeGeneratornot applying resource conditions
SuperMartijn642's Core Library 1.1.17a
- Added
CommonUtils#getRegistryAccess - Added
CodecHelper
SuperMartijn642's Core Library 1.1.17
- Added support for custom tag entry types
- Added a namespace tag entry type
- Fixed recipe conditions getting registered twice
SuperMartijn642's Core Library 1.1.16a
- Workaround datagen mixins not getting applied due to Forge quirks
SuperMartijn642's Core Library 1.1.16
- Initial release of SuperMartijn642's Core Library for Forge 1.20.3
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:rOUBggPv:5sYEXRYC"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:rOUBggPv:5sYEXRYC"
}

