File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33** Essentials for Fabric servers! Plus some other features!**
44
55[ ![ build] ( https://github.com/Ale32bit/Solstice/actions/workflows/build.yml/badge.svg )] ( https://github.com/Ale32bit/Solstice/actions/workflows/build.yml )
6+ [ ![ ] ( https://img.shields.io/badge/dynamic/json?label=Available%20for&color=4bab62&query=version&url=https://api.blueish.dev/api/minecraft/version?id=uIvrDZas )] ( https://modrinth.com/mod/solstice-essentials )
7+ [](https://modrinth.com/mod/solstice-essentials)
68
79## Download
810
9- [ ![ ] ( https://img.shields.io/badge/dynamic/json?label=Available%20for&color=4bab62&query=version&url=https://api.blueish.dev/api/minecraft/version?id=uIvrDZas )] ( https://modrinth.com/mod/solstice-essentials )
10- [](https://modrinth.com/mod/solstice-essentials)
11+ [ Modrinth] ( https://modrinth.com/mod/solstice-essentials )
12+
13+ [ CurseForge] ( https://www.curseforge.com/minecraft/mc-mods/solstice )
14+
15+
16+
17+ ## Documentation
18+
19+ Consult the [ Solstice Documentation] ( https://solstice.alexdevs.me ) to configure the mod.
20+
21+ ## Developers
22+
23+ Would you like to interface with Solstice?
24+
25+ Add the Maven repository:
26+
27+ ``` groovy
28+ maven {
29+ name "alexdevs"
30+ url "https://maven.alexdevs.me/releases"
31+ }
32+ ```
1133
34+ ...and add the dependency:
1235
13- ## 👤 For users
36+ ``` groovy
37+ // Solstice Essentials
38+ modImplementation "me.alexdevs:solstice:VERSION"
39+ ```
1440
15- Check out the configuration file in ` <serverFolder>/config/solstice/solstice.conf ` to customize the behaviour of the mod.
41+ Replace ` VERSION ` with the preferred version. eg. ` 0.3.1-alpha `
You can’t perform that action at this time.
0 commit comments