Ash API Wiki & Guide
The community wiki and guide for Ash API — recipes, items, tags and mechanics, kept current for every Minecraft version the mod supports.
About this mod
An API that provides an abstraction layer between the two main Minecraft mod loaders (Fabric and NeoForge).
It is meant to be used with a multi-loader development environment such as Jared's MultiLoader-Template.
Mods using Ash API
- Armor Visibility
- Flourish
- Shuffle
- Transparent
Implemented APIs
Full documentation of all implemented APIs will be available soon. Currently, Javadocs are available within the code.
As of v1.0.0 it provides APIs for:
- KeyMappingRegistry
- ClientTickEvents
- UseBlockEvent
- ModLoader
- ResourceLoader
- ModOptions
- ModOptionsScreen
A changelog is available here.
Features are currently added in order of what I need for my mods, however it is intended that Ash API will be usable by any developer using a multi-loader development environment.
Pull requests are highly appreciated. However, please discuss them in my Discord first.
Report any issues on GitHub. Chat on Discord in the #ash-api channel.
Support the development of my mods on Ko-fi.
Compatibility
Which Minecraft versions and mod loaders the mod supports.
| Loader | MC 1.21.6 | MC 1.21.5 | MC 1.21.4 | MC 1.21.3 | MC 1.21.2 | MC 1.21.1 | MC 1.21 | MC 1.20.6 | MC 1.20.4 | MC 1.20.2 | MC 1.20.1 | MC 1.20 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Fabric | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
| Forge | — | — | — | — | — | — | — | ✓ | ✓ | ✓ | ✓ | ✓ |
| Neoforge | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | — | — |
| Quilt | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
Dependencies
Other mods required (or optional) to run this mod.
Recent updates
Latest releases with the author's changelog notes.
- feat: update to MC 1.21.6
A full changelog is hosted on GitHub.
- feat: update to MC 1.21.6
A full changelog is hosted on GitHub.
- fix: don't hard-crash if a config file can't be read
A full changelog is hosted on GitHub.
- fix: don't hard-crash if a config file can't be read
A full changelog is hosted on GitHub.
- fix: don't hard-crash if a config file can't be read
A full changelog is hosted on GitHub.
Related mods
Mods in the same category as this one.
Developer resources
Version history
Ash API 3.0.2+1.20.1-forge (MC 1.20.1) → 21.1.1-neoforge (MC 1.21.1): 0 recipes added · 0 recipes removed · 0 recipes updated.