Included content
| Name | |
|---|---|
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog.
CoreServices, method for loading a service is now accessible from outsideModelEvents class on Fabric, the same can be achieved by registering a ReloadListener for baked modelsBlockEntityWithoutLevelRenderer's in the common projectnull for received network messages on ForgeNetworkHandlerNetworkHandler to common projectMessage cleanupCapabilityController to reduce duplicate code on different mod loaders required for capability registrationPacketHandler to MessageHandlerCommonScreens class back to using an SPIScreens utility classConfigDataHolderV2 would always throw a NullPointerException during config loadModEntityTypeBuilder being created from supplier too early on ForgeFuelManager and Screens to no longer use a Service Provider InterfaceServices to CoreServices, old classes remain as overloads for nowRegistryManager not returning the exact type it was provided| Name | |
|---|---|
| File | Type | Size | |
|---|---|---|---|
| PuzzlesLib-v4.3.0-1.19.2-Fabric-sources.jar | Unknown | 110.34 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.
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:QAGBst4M:Ez5gkdlU"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:QAGBst4M:Ez5gkdlU"
}