Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/up-mods/arcanus-continuum
A simple magic mod with customizable spells, inspired by EB Wizardry & Wynncraft
https://github.com/up-mods/arcanus-continuum
hacktoberfest minecraft minecraft-mod modtoberfest quiltmc quiltmc-mod
Last synced: about 1 month ago
JSON representation
A simple magic mod with customizable spells, inspired by EB Wizardry & Wynncraft
- Host: GitHub
- URL: https://github.com/up-mods/arcanus-continuum
- Owner: Up-Mods
- License: other
- Created: 2022-09-01T05:05:36.000Z (over 2 years ago)
- Default Branch: 1.20.1
- Last Pushed: 2024-10-17T10:34:50.000Z (2 months ago)
- Last Synced: 2024-10-19T13:44:43.595Z (2 months ago)
- Topics: hacktoberfest, minecraft, minecraft-mod, modtoberfest, quiltmc, quiltmc-mod
- Language: Java
- Homepage: https://modrinth.com/mod/arcanus-continuum
- Size: 2.06 MB
- Stars: 7
- Watchers: 7
- Forks: 7
- Open Issues: 5
-
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:"
}
```