1.20.1-2.1.3+fabric
Compatibility
Required content
Changes
Release 1.20.1-2.1.3
Updated at 2024-02-22 19:37.
Changelog
Release 1.20-2.1.3
-Fixed ConcurrentModificationException crash when using FactoryAPIPlatform.filteredOf and FactoryAPIPlatform.getPlatformFactoryStorage methods
Release 1.20-2.1.2
-Fixed ItemContainerUtilImpl.drainItem not working correctly in Fabric
Release 1.20-2.1.1
-Fixed FabricItemStoragePlatform insertItem method
Release 1.20-2.1
-Reworked all storage API functions, now with better RAM management, by the use of caches
-Renamed IPlatformHandlerApi to IPlatformHandler
-Moved the getStorage method from the IPlatformHandlerApi class into the new IPlatformHandler class
-Now, instances of IPlatformFluidHandler, IPlatformEnergyStorage and IPlatformItemHandler are supported as storages in IFactoryStorage, the deprecated API static methods present in FactoryAPIPlatform will be removed, as default implementation classes such as FactoryItemHandler, FactoryFluidHandler and FactoryEnergyStorage were added in common module
-Added getStorage method to IFactoryItem, for multiple and better item storages support, like in IFactoryStorage interface, but you can still use IFluidHandlerItem, ICraftyStorageItem or IEnergyStorageItem for easier implementation
-Removed some unnecessary interfaces and methods, and moved to the main implementation, such as the methods from the removed interface ISideType now are present in TransportSide
Click here for complete changelog
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:nkTZHOLD:wBl3sIAK"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:nkTZHOLD:wBl3sIAK"
}

