https://github.com/sirlich/ddapi-moa
Example mod for the Hammerstone API, which contains a re-implementation of the MOA mod.
https://github.com/sirlich/ddapi-moa
hammerstone-mod lua sapiens-mod
Last synced: 5 months ago
JSON representation
Example mod for the Hammerstone API, which contains a re-implementation of the MOA mod.
- Host: GitHub
- URL: https://github.com/sirlich/ddapi-moa
- Owner: SirLich
- Created: 2023-02-03T22:26:52.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-10-08T12:24:40.000Z (over 2 years ago)
- Last Synced: 2025-01-03T12:23:55.363Z (over 1 year ago)
- Topics: hammerstone-mod, lua, sapiens-mod
- Language: Lua
- Homepage:
- Size: 756 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Hammerstone DDAPI: Moa!
This mod re-implements the [Moa](https://github.com/Majic-Jungle/sapiens-mod-creation/tree/master/Examples/bin/Moa) mod created by [Majic Dave](https://github.com/Majic-Jungle).
Instead of using native modding, this mod is created using the [beta branch of Hammerstone](https://github.com/Sapiens-OSS/hammerstone-framework/tree/feature/data-driven-api), which includes a data-driven API for creating Sapiens mods.
The whole mod is more or less implemented inside of the `hammerstone` folder, which contains the configs for the DDAPI, as well as a few models/sounds.
## License:
Assets (sounds, models) are 'all rights reserved' to Majic Jungle. DDAPI configs and related code is MIT licensed.