monadmachines/README.md

21 lines
845 B
Markdown
Raw Permalink Normal View History

2020-12-16 02:03:40 +00:00
# MonadMachines
A computer mod that aims to teach functional programming concepts through
a tutorial book and a simple visual interface.
2020-12-16 02:09:04 +00:00
Depends on:
2021-02-06 03:16:10 +00:00
- [Fabric API](https://www.curseforge.com/minecraft/mc-mods/fabric-api)
- [Fabric Language Kotlin](https://www.curseforge.com/minecraft/mc-mods/fabric-language-kotlin)
- [LibGui](https://github.com/CottonMC/LibGui)
2020-12-16 02:09:04 +00:00
2020-12-16 02:03:40 +00:00
Recommended:
2021-02-06 03:16:10 +00:00
- [Patchouli](https://www.curseforge.com/minecraft/mc-mods/patchouli-fabric):
The mod uses Patchouli for its documentation. **Don't leave out Patchouli
unless you know what you're doing.**
2020-12-16 02:03:40 +00:00
Suggested:
2021-02-06 03:16:10 +00:00
- [Mod Menu](https://modrinth.com/mod/modmenu): Shows mod information.
- [Polymorph](https://www.curseforge.com/minecraft/mc-mods/polymorph-fabric):
Adds a recipe conflict resolver. Certain crafting recipes in MonadMachines
may conflict with other mods.