File Details
QIOIntegrations-1_21_1-neoforge-1.0.0.jar
- R
- Jun 5, 2026
- 3.16 KB
- 0
- 1.21.1
- NeoForge
File Name
QIOIntegrations-1_21_1-neoforge-1.0.0.jar
Supported Versions
- 1.21.1
Curse Maven Snippet
What's Changed
- First NeoForge 1.21.1 build — Mekanism QIO dashboards bridge to optional storage mods when they are installed
- Applied Energistics 2 — register
QioStorageAdapteron the QIO dashboard viaAECapabilities.ME_STORAGE(QioAe2Support) - Refined Storage 2 — register
QioExternalStorageProviderandQioExternalStorageProviderFactorythroughRefinedStorageApi.INSTANCE - Tom's Simple Storage — expose
QioItemHandleron the dashboard back face viaCapabilities.ItemHandler.BLOCK(QioTomsSupport) - NeoForge entrypoint
QIOIntegrationsNeoForgeinstallsQioPlatformhooks and boots AE2 / RS / Tom's only when those mods are present QioFrequencyAccessuses MekanismIBlockSecurityUtilsfor frequency security checks on 1.21.1IntegrationModsskips AE2 registration when Applied Mekanistics (appmek) is loaded- Shared
1_21_1/commonlayer —QioPlatform,QioStorageAdapter,QIOText, andQioFrequencyAccess - RS 2.x
ExternalStorageProviderAPI (not RS 1.xIExternalStorageProvider); factory registered during mod construction so it is ready before external storage blocks initialize - RS
incomingDirectionis passed throughExternalStorageProviderFactory.createwithout an extragetOpposite()call QioEmptyExternalStorageProvideravoids null factory results that crash RSCompositeExternalStorageProvider- Tom's item-handler capability is registered whenever Tom's is loaded (RS uses
ExternalStorageProviderFactoryseparately) InventoryChangeTrackerMixinforces Tom's to rescan QIO handlers when RS/AE2/dashboard change stored items (Tom's normally caches once per tick)QioItemHandlerimplementsIChangeTrackerAccesswith a stable handler per frequency so Tom's keeps the correct change tracker

