Tags
Creators
Details
Licensed ARR
Published 4 years ago
All versions
1.1.20-neoforge-mc1.21
Release
SuperMartijn642's Core Lib 1.1.206 months ago 97.8K
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platform
NeoForge
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.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
SuperMartijn642's Core Library 1.1.18
- Fixed
TextFieldWidgetallowing one more character than the max length
SuperMartijn642's Core Library 1.1.17i
- Added registry wrapper for criterion trigger types
SuperMartijn642's Core Library 1.1.17h
- Fixed tag-dependent recipe conditions not working
SuperMartijn642's Core Library 1.1.17g
- Fixed
RecipeGeneratornot applying resource conditions
SuperMartijn642's Core Library 1.1.17f
- Fixed registry overrides not working
SuperMartijn642's Core Library 1.1.17e
- Fixed
LootTableGeneratorerrors with custom enchant functions
SuperMartijn642's Core Library 1.1.17d
- Fixed
CommonUtils#getRegistryAccessreturning nothing when in a multiplayer world
SuperMartijn642's Core Library 1.1.17c
- Fixed items not appearing in creative menu search tab
SuperMartijn642's Core Library 1.1.17b
- Fixed custom model registration through
ClientRegistrationHandler
SuperMartijn642's Core Library 1.1.17a
- Fixed crash with NeoForge 21.0.102
SuperMartijn642's Core Library 1.1.17
- Initial release of SuperMartijn642's Core Library for NeoForge 1.20.6
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:MQOzQxLt"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:rOUBggPv:MQOzQxLt"
}

