This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| wiki:api:introduction [2022/09/12 11:43] – Add links to API Docs shedaniel | wiki:api:introduction [2022/09/16 13:57] (current) – Deleted shedaniel | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Architectury API ====== | ||
| - | Architectury API is an **optional** intermediary library which mods may utilize to ease developing multiplatform mods. | ||
| - | |||
| - | ===== What is Architectury API ===== | ||
| - | |||
| - | Architectury API is an API to abstract calls to Fabric API and Forge API as both loaders have different implementations and interfaces. | ||
| - | |||
| - | Architectury updates regularly, with new hooks and features. Currently contains over 80 events hooks, networking abstraction, | ||
| - | |||
| - | ===== API Documentations ===== | ||
| - |   * [[wiki: | ||
| - |   * [[wiki: | ||
| - |   * [[wiki: | ||
| - |   * [[wiki: | ||
| - | |||
| - | ==== Word on OptiFine support ==== | ||
| - | OptiFine support is not guaranteed with Architectury API. You may attempt using the latest version of OptiFabric / OptiFine with the latest version of Architectury API. | ||
| - | |||
| - | There are a lot of excellent OptiFine alternatives out there in the wild these days, you can mostly follow [[https:// | ||