Links
Tags
Creators
Details
Licensed Apache-2.0
Published 10 months ago
Updated 5 months ago
All versions
1.0.0-beta.3
Beta
Brick Lib API 1.0.0-beta.3 for fabric 1.20.15 months ago 26
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Fabric
Supported environments
Required content
Unavailable version
Changes
1.0.0-beta.3
- versionDataFolder is now created when the initGeneral method is called
- Version updated to 1.0.0-beta.3
- Included the night config in the shadow way
1.0.0-beta.2
- Added a universal event API that supports event registration, triggering, and cancellation.
- Added a universal registration API that supports both vanilla registries and Brick Lib's additional registries (Note: Lower versions will include higher version registries after compatibility updates, but these are only placeholders, and the registered object type is Object!).
- Added a universal network API that supports login packets from the server to the client and in-game regular network packets. It also allows sending strings directly between both ends and monitoring sending/receiving via events.
- Added a universal configuration file API, using Forge-style configuration files for configuration management.
- Supports universal data generators, update checkers, and client-side commands.
- Provides support for custom JSON functions, allowing registered handlers to be called within JSON and return values.
- Added the ResourceID class for partial replacement of the ResourceLocation class
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| brick_lib_api-1.0.0-beta.3+1.20.1+fabric-sources.jar | Unknown | 245.43 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:CSKdjzLF:Yk0am2wk"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:CSKdjzLF:Yk0am2wk"
}

