https://github.com/CammiesCorner/Arcanus
A simple magic mod with player-made spells and Wynncraft-like casting.
https://github.com/CammiesCorner/Arcanus
hacktoberfest minecraft minecraft-mod modtoberfest quiltmc quiltmc-mod
Last synced: 9 months ago
JSON representation
A simple magic mod with player-made spells and Wynncraft-like casting.
- Host: GitHub
- URL: https://github.com/CammiesCorner/Arcanus
- Owner: CammiesCorner
- License: other
- Created: 2022-09-01T05:05:36.000Z (over 3 years ago)
- Default Branch: 1.21.1
- Last Pushed: 2025-07-09T03:09:58.000Z (9 months ago)
- Last Synced: 2025-07-09T04:22:21.525Z (9 months ago)
- Topics: hacktoberfest, minecraft, minecraft-mod, modtoberfest, quiltmc, quiltmc-mod
- Language: Java
- Homepage: https://modrinth.com/mod/arcanus-continuum
- Size: 3.68 MB
- Stars: 9
- Watchers: 7
- Forks: 8
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
---
Arcanus: Continuum is a simple magic mod inspired by the mod Electroblob's Wizardry and the server Wynncraft.
The mod's main goal is to maintain simplicity above all else, to make for an accessible experience for all players.
---
Join my Discord
Join my Ko-Fi!
---
## For Developers:
You can also find the mod on Up's [maven repository](https://maven.uuid.gg/#/releases).
```gradle
repositories {
maven { url = "https://maven.uuid.gg/releases" }
}
dependencies {
modImplementation "dev.cammiescorner:Arcanus-Continuum:"
}
```
