HexCasting/README.md

49 lines
1.5 KiB
Markdown
Raw Permalink Normal View History

2022-05-25 23:04:23 +02:00
# Hex Casting
2021-12-25 17:58:16 +01:00
2022-11-20 06:44:28 +01:00
[Curseforge](https://www.curseforge.com/minecraft/mc-mods/hexcasting) | [Modrinth](https://modrinth.com/mod/hex-casting)
| [Source](https://github.com/gamma-delta/HexMod)
2022-01-19 22:48:11 +01:00
A minecraft mod about casting Hexes, powerful and programmable magical effects, inspired by PSI.
2021-12-25 17:58:16 +01:00
2022-01-23 05:37:32 +01:00
[Curseforge Link](https://www.curseforge.com/minecraft/mc-mods/hexcasting)
2021-12-25 17:58:16 +01:00
2023-02-17 21:11:16 +01:00
On Forge, this mod requires:
- PAUCAL
- Patchouli
- Kotlin for Forge
- Caelus elytra api
On Fabric, it requires:
- PAUCAL
- Patchouli
- Fabric Language Kotlin
- Cardinal Components
- ClothConfig and ModMenu
2022-11-08 17:30:08 +01:00
- [Read the documentation online here!](https://gamma-delta.github.io/HexMod/)
- [Discord link](https://discord.gg/4xxHGYteWk)
## The Branches
We are currently developing Hexcasting v1.x for 1.19.2, on the `main` branch.
The 0.9.x versions, for 1.18.2, are in long-term support. We probably won't be adding any new features, but we will try
to fix bugs. Those are on the `1.18` branch.
The `gh-pages` branch is for the online Hex book.
Other branches are old detritus from potential features.
## For Developers
2022-11-08 17:39:54 +01:00
We publish artifacts on Maven at [https://maven.blamejared.com/at/petra-k/hexcasting/]. The modern coordinates are at:
> `hexcasting-[PLATFORM]-[MC VERSION]/[MOD VERSION]`
There are some other folders in the `hexcasting` folder from old CI configurations; ignore those, they're stale.
2022-11-08 17:30:08 +01:00
Please only use things in the `at.petrak.hexcasting.api` package. (We do try to keep the API fairly stable, but we don't
do a very good job.) If you find you need something not in there yell at me on Discord.