mirror of
https://github.com/FabricMC/fabric.git
synced 2025-04-02 02:00:14 -04:00
Fixed typo in README.md (#4262)
This commit is contained in:
parent
5bea021697
commit
58cfdace86
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ Essential hooks for modding with Fabric.
|
|||
Fabric API is the library for essential hooks and interoperability mechanisms for Fabric mods. Examples include:
|
||||
|
||||
- Exposing functionality that is useful but difficult to access for many mods such as particles, biomes and dimensions
|
||||
- Adding events, hooks and APIs to improve interopability between mods.
|
||||
- Adding events, hooks and APIs to improve interoperability between mods.
|
||||
- Essential features such as registry synchronization and adding information to crash reports.
|
||||
- An advanced rendering API designed for compatibility with optimization mods and graphics overhaul mods.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue