Tags
Creators
Details
Licensed ARR
Published 4 years ago
Updated 6 days ago
All versions
1.1.24-neoforge-mc1.21.7
Release
SuperMartijn642's Core Lib 1.1.243 weeks ago 145
Compatibility
Minecraft: Java Edition
1.21.7–1.21.8
Platform
NeoForge
Supported environments
Client and server
Changes
SuperMartijn642's Core Library 1.1.24
- Fixed
CustomSlothover check area being 2 pixels too large
SuperMartijn642's Core Library 1.1.23a
- Fixed code for adding items to creative groups scaling with #total items * #total groups, thus being extremely slow when there's many mods
SuperMartijn642's Core Library 1.1.23
- Added
#getWidgetmethod forWidgetScreenandWidgetContainerScreen Widgetbackgrounds are now rendered earlier, in the same way as vanilla menu background, for improved mod compatibility- Fixed multipart conditions not being flattened correctly in
BlockStateGenerator
SuperMartijn642's Core Library 1.1.22
- Fixed
ElementBuilder#shapehaving one parameter as an int instead of float
SuperMartijn642's Core Library 1.1.21
- Fixed client not being updated when
BaseBlockEntity#writeClientDatareturns empty tag
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.18e
- Fixed
Widgetscreens using horizontal instead of vertical scrolling
SuperMartijn642's Core Library 1.1.18d
- Fixed NeoForge screen render background event getting fired without gui matrix translation for widget container screens
SuperMartijn642's Core Library 1.1.18c
- Fixed custom rendering in guis not showing when Iris is installed
SuperMartijn642's Core Library 1.1.18b
- Fixed vanilla tooltips being offset in
ContainerWidgetScreen
SuperMartijn642's Core Library 1.1.18a
- Added picture in picture renderer registration through
ClientRegistrationHandler - Added picture in picture state submission in
GuiGraphicsHelper - Added method to submit arbitrary rendering to
GuiGraphicsHelper - Fixed
GuiGraphicsHelper#submitTooltipForTopStratumnot using matrix stack transformations
SuperMartijn642's Core Library 1.1.18
- Initial release of SuperMartijn642's Core Library for Minecraft 1.21.7
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:hXay613Q"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:rOUBggPv:hXay613Q"
}

