Skip to content

Commit

Permalink
v0.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GlennFolker committed Dec 30, 2023
1 parent 33fbbf1 commit db1eb4c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
A [Mindustry](https://github.com/Anuken/Mindustry) mod that aims towards an enjoyable storyline spiced up with dazzling sorts of contents.

## Using this Mod

**You cannot simply download the `.zip` and add it to your mods folder**, as this is a Java mod. If you open an issue report revolving around this, I will simply ignore you and refer you to this file. <br>
<br>
Instead, you have two options:
- ### Release
_(There is not a single released version as of now, but will be in the future. Hopefully.)_ <br>
<br>

Head over to the [releases](https://github.com/GlennFolker/Confictura/releases) page. Pay attention to the described Mindustry _minimum game version_. Download the uploaded `Confictura.jar` and put it in the Mindustry mods folder:
- On Windows, it should be `%APPDATA%\Mindustry\mods\`.
- On Linux, it should be `$HOME/.local/share/Mindustry/mods/`.
Expand All @@ -19,11 +19,13 @@ Instead, you have two options:

You can also use Mindustry's built-in "Import mod" button in the mods menu dialog, restart the game, and play.
- ### Bleeding-Edge

Make sure you have a GitHub account. Head over to the [actions](https://github.com/GlennFolker/Confictura/actions) page, click the most recent successful workflow runs *(marked by green checkmark)*, scroll down to "Artifacts" section, and download the one titled `Confictura (zipped)`. As the name suggests, **you must unzip it first to extract the actual `.jar`**, then you can import it. If you open an issue report that is exactly this, I too will simply ignore you and refer you to this file. <br>
<br>
Be aware that the bleeding-edge builds are **highly unstable**, and might require a certain Mindustry version constraint. Do this at your own risk.

## Reporting Issues

Head over to the [issue tracker](https://github.com/GlennFolker/Confictura/issues/new) page. **Do not use this to propose new contents/mechanics**, I will instantly close it without second thoughts.

## License and Contributing
Expand Down
2 changes: 1 addition & 1 deletion mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "confictura",
"displayName": "Confictura",
"description": "Dive into the past of a trauma-driven uprising.",
"version": "v0.0",
"version": "v0.0.0",
"minGameVersion": "146",
"author": "GlennFolker",
"java": true,
Expand Down

0 comments on commit db1eb4c

Please sign in to comment.