Tags
Creators
Details
Licensed ARR
Published 4 years ago
All versions
1.1.21-fabric-mc1.21
Release
SuperMartijn642's Core Lib 1.1.214 months ago 1.02M
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platforms
Fabric
Quilt
Supported environments
Client and server
Required content
Changes
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
RegistryEntryAcceptornow only applies to mods that have core library as a dependency- 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.18b
- Fixed
Widgetscreens using horizontal instead of vertical scrolling
SuperMartijn642's Core Library 1.1.18a
- Fixed
BaseBlockItem#useOnignoring some parameters leading to issues when interacting with other mods - Added ModMenu library badge integration
SuperMartijn642's Core Library 1.1.18
- Fixed
TextFieldWidgetallowing one more character than the max length
SuperMartijn642's Core Library 1.1.17c
- Added registry wrapper for criterion trigger types
SuperMartijn642's Core Library 1.1.17b
- Fixed
LootTableGeneratorerrors with custom enchant functions
SuperMartijn642's Core Library 1.1.17a
- Fixed
CommonUtils#getRegistryAccessreturning nothing when in a multiplayer world
SuperMartijn642's Core Library 1.1.17
- Initial release of SuperMartijn642's Core Library for Fabric 1.21
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:blDCgrqh"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:rOUBggPv:blDCgrqh"
}

