Tags
Creators
Details
Licensed Apache-2.0
Published 5 years ago
Updated 4 months ago
All versions
1.21.1-6.0.9
Release
LibX-1.21.1-6.0.9.jar7 months ago 10.3K
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
- Apply additional tooltips to all config screens - noeppi_noeppi
- Merge remote-tracking branch 'origin/feature/more-config-tooltips' into 1.21 - noeppi_noeppi
- It makes no sense to use isEnabled on FluidBase as long a fluids don't support that feature. - noeppi_noeppi
- Merge remote-tracking branch 'origin/feature/is-enabled-for-additional-registrations' into 1.21 - noeppi_noeppi
- Merge remote-tracking branch 'origin/fix/config-selector-buttons-centered' into 1.21 - noeppi_noeppi
- Only ever take classes annotated with ModX into account when constructing the default mod id in ModInit. - noeppi_noeppi
- Merge remote-tracking branch 'origin/fix/mainentry-annotation' into 1.21 - noeppi_noeppi
- reorder arguments in CraftingExtension - noeppi_noeppi
- Merge remote-tracking branch 'origin/feature/easy-conditional-recipes' into 1.21 - noeppi_noeppi
- Add tree support to ProcessorEnv - noeppi_noeppi
- Merge pull request #93 from ModdingX/fix/copy-entity-data-function - MelanX
- Add tooltips to config widget editor - MelanX
- Add feature flag support to blocks and items - MelanX
- Fix crash for blocks that use copy block entity data function - MelanX
- Fix buttons being off-centered in config selection screen - MelanX
- Fix default @Mod detection for multiple entrypoints - MelanX
- Add RecipeCategory parameter to shaped recipe method in Javadocs - MelanX
- Add ICondition to CraftingExtension Javadoc - MelanX
- Add ICondition support in ObjectCraftingBuilder - MelanX
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| LibX-1.21.1-6.0.9-sources.jar | Unknown | 527.08 KiB |
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:qEH6GYul:CLe8cTHs"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:qEH6GYul:CLe8cTHs"
}
