
Factory API
An API that supports different mod loaders and is the basis of mods like Factocrafty
993K загрузок65 подписчиковMITfabricforgeneoforgequilt
Обновлён 2 мая 2026 г. · опубликован 17 ноября 2022 г.
🥽 About
An API that adds several client and server side functions, both for developers and those who make resource packs, among them:
- UI Definitions, to add or modify countless elements of the screens and GUI, either using resource packs (main function) or by code
- Essential Events, most of them abstracting directly from the mod loaders
- A Common Network, to send and register payloads in a unified way, requiring almost zero changes between the supported versions
- Several common implementations among modloaders of item, fluid and energy storage with the correct exposure for the respective APIs
- A way to have block lighting levels with access to Level (only implemented in Fabric, Forge and NeoForge already have this)
Версии
| Версия | Канал | Игра | Загрузчики | Дата | Скачать |
|---|---|---|---|---|---|
| 26.1.2-2.2.8-neoforge | Релиз | 26.1.2 | neoforge | 2 мая 2026 г. | .jar (548 КБ) |
| 26.1.2-2.2.8-forge | Релиз | 26.1.2 | forge | 2 мая 2026 г. | .jar (516 КБ) |
| 26.1.2-2.2.8-fabric | Релиз | 26.1.2 | fabric | 2 мая 2026 г. | .jar (587 КБ) |
| 1.21.8-2.2.8-neoforge | Релиз | 1.21.8 | neoforge | 2 мая 2026 г. | .jar (543 КБ) |
| 1.21.8-2.2.8-forge | Релиз | 1.21.8 | forge | 2 мая 2026 г. | .jar (519 КБ) |
| 1.21.8-2.2.8-fabric | Релиз | 1.21.8 | fabric | 2 мая 2026 г. | .jar (589 КБ) |
| 1.21.5-2.2.8-neoforge | Релиз | 1.21.5 | neoforge | 2 мая 2026 г. | .jar (539 КБ) |
| 1.21.5-2.2.8-forge | Релиз | 1.21.5 | forge | 2 мая 2026 г. | .jar (516 КБ) |
| 1.21.5-2.2.8-fabric | Релиз | 1.21.5 | fabric | 2 мая 2026 г. | .jar (586 КБ) |
| 1.21.4-2.2.8-neoforge | Релиз | 1.21.4 | neoforge | 2 мая 2026 г. | .jar (538 КБ) |
| 1.21.4-2.2.8-forge | Релиз | 1.21.4 | forge | 2 мая 2026 г. | .jar (515 КБ) |
| 1.21.4-2.2.8-fabric | Релиз | 1.21.4 | fabric | 2 мая 2026 г. | .jar (584 КБ) |
| 1.21.3-2.2.8-neoforge | Релиз | 1.21.3 | neoforge | 2 мая 2026 г. | .jar (536 КБ) |
| 1.21.3-2.2.8-fabric | Релиз | 1.21.3 | fabric | 2 мая 2026 г. | .jar (582 КБ) |
| 1.21.3-2.2.8-forge | Релиз | 1.21.3 | forge | 2 мая 2026 г. | .jar (512 КБ) |
Показаны последние 15 из 469 версий. Все версии — на Modrinth.
Ченджлог
26.1.2-2.2.8-neoforgeРелиз26.1.2 · 2 мая 2026 г.
Additions
- Added
priorityfor UI Definitions, so with higher values, you're able to apply it first, and avoid conflicts (with this,replacewill work properly) - Added
blit_custom_spritefor rendering sprites with a specifictextureWidth,textureHeight,uvXanduvY - Fixed advanced text widget not working the url click event when there isn't a world in versions >=1.21.6
Changes
- Support for 1.21.11
- Support for 26.1.2
Fixes
- Fixed external components (using text files for translations) and components with variables not allowing fonts and styles
26.1.2-2.2.8-forgeРелиз26.1.2 · 2 мая 2026 г.
Additions
- Added
priorityfor UI Definitions, so with higher values, you're able to apply it first, and avoid conflicts (with this,replacewill work properly) - Added
blit_custom_spritefor rendering sprites with a specifictextureWidth,textureHeight,uvXanduvY - Fixed advanced text widget not working the url click event when there isn't a world in versions >=1.21.6
Changes
- Support for 1.21.11
- Support for 26.1.2
Fixes
- Fixed external components (using text files for translations) and components with variables not allowing fonts and styles
26.1.2-2.2.8-fabricРелиз26.1.2 · 2 мая 2026 г.
Additions
- Added
priorityfor UI Definitions, so with higher values, you're able to apply it first, and avoid conflicts (with this,replacewill work properly) - Added
blit_custom_spritefor rendering sprites with a specifictextureWidth,textureHeight,uvXanduvY - Fixed advanced text widget not working the url click event when there isn't a world in versions >=1.21.6
Changes
- Support for 1.21.11
- Support for 26.1.2
Fixes
- Fixed external components (using text files for translations) and components with variables not allowing fonts and styles
1.21.8-2.2.8-neoforgeРелиз1.21.8 · 2 мая 2026 г.
Additions
- Added
priorityfor UI Definitions, so with higher values, you're able to apply it first, and avoid conflicts (with this,replacewill work properly) - Added
blit_custom_spritefor rendering sprites with a specifictextureWidth,textureHeight,uvXanduvY - Fixed advanced text widget not working the url click event when there isn't a world in versions >=1.21.6
Changes
- Support for 1.21.11
- Support for 26.1.2
Fixes
- Fixed external components (using text files for translations) and components with variables not allowing fonts and styles
1.21.8-2.2.8-forgeРелиз1.21.8 · 2 мая 2026 г.
Additions
- Added
priorityfor UI Definitions, so with higher values, you're able to apply it first, and avoid conflicts (with this,replacewill work properly) - Added
blit_custom_spritefor rendering sprites with a specifictextureWidth,textureHeight,uvXanduvY - Fixed advanced text widget not working the url click event when there isn't a world in versions >=1.21.6
Changes
- Support for 1.21.11
- Support for 26.1.2
Fixes
- Fixed external components (using text files for translations) and components with variables not allowing fonts and styles
1.21.8-2.2.8-fabricРелиз1.21.8 · 2 мая 2026 г.
Additions
- Added
priorityfor UI Definitions, so with higher values, you're able to apply it first, and avoid conflicts (with this,replacewill work properly) - Added
blit_custom_spritefor rendering sprites with a specifictextureWidth,textureHeight,uvXanduvY - Fixed advanced text widget not working the url click event when there isn't a world in versions >=1.21.6
Changes
- Support for 1.21.11
- Support for 26.1.2
Fixes
- Fixed external components (using text files for translations) and components with variables not allowing fonts and styles
1.21.5-2.2.8-neoforgeРелиз1.21.5 · 2 мая 2026 г.
Additions
- Added
priorityfor UI Definitions, so with higher values, you're able to apply it first, and avoid conflicts (with this,replacewill work properly) - Added
blit_custom_spritefor rendering sprites with a specifictextureWidth,textureHeight,uvXanduvY - Fixed advanced text widget not working the url click event when there isn't a world in versions >=1.21.6
Changes
- Support for 1.21.11
- Support for 26.1.2
Fixes
- Fixed external components (using text files for translations) and components with variables not allowing fonts and styles
1.21.5-2.2.8-forgeРелиз1.21.5 · 2 мая 2026 г.
Additions
- Added
priorityfor UI Definitions, so with higher values, you're able to apply it first, and avoid conflicts (with this,replacewill work properly) - Added
blit_custom_spritefor rendering sprites with a specifictextureWidth,textureHeight,uvXanduvY - Fixed advanced text widget not working the url click event when there isn't a world in versions >=1.21.6
Changes
- Support for 1.21.11
- Support for 26.1.2
Fixes
- Fixed external components (using text files for translations) and components with variables not allowing fonts and styles
Полная история изменений — на Modrinth.
Комментарии
Загружаем…