Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
wiki:api:introduction [2022/09/12 11:43] – Add links to API Docs shedanielwiki: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, loader calls abstraction, game registry abstraction and more. 
- 
-===== API Documentations ===== 
-  * [[wiki:api:registry|Registry]] 
-  * [[wiki:api:networking|Networking]] 
-  * [[wiki:api:keymappings|KeyMappings]] 
-  * [[wiki:api:fluid|Fluid]] 
- 
-==== 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://lambdaurora.dev/optifine_alternatives/|this guide]].