Tags
Creators
Details
Licensed ARR
Published 4 years ago
All versions
1.1.18a-neoforge-mc1.21
Release
SuperMartijn642's Core Lib 1.1.18a2 years ago 456K
Uploaded by
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
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:I55kQvEh"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:rOUBggPv:I55kQvEh"
}

