aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornea <nea@nea.moe>2023-07-31 19:16:21 +0200
committernea <nea@nea.moe>2023-07-31 19:16:21 +0200
commit2421156238d5fd78542075202a08914c1b5cb880 (patch)
tree2b5e76f2adc0ae24e908260955dc164c6d2544d2
parent178b6e63674e3fca0b8b74b0e11ab1dd917a8c25 (diff)
downloadfirmament-1.0.0.tar.gz
firmament-1.0.0.tar.bz2
firmament-1.0.0.zip
README installation tips1.0.0
-rw-r--r--README.md36
1 files changed, 31 insertions, 5 deletions
diff --git a/README.md b/README.md
index dacdf5e..d1be9b1 100644
--- a/README.md
+++ b/README.md
@@ -20,23 +20,49 @@
- A crafting overlay when clicking the "Move Item" plus in a crafting recipe
- Cursor position saver
- Slot locking
-- Support for custom texture packs (loads item models from `firmskyblock:<skyblock id>` before the vanilla model gets loaded)
+- Support for custom texture packs (loads item models from `firmskyblock:<skyblock id>` before the vanilla model gets
+ loaded)
- Fairy soul highlighter
- A hud editor powered by [Jarvis](https://github.com/romangraef/jarvis)
-- Fishing Helper for Fishing particles (currently not working if you sneak because of 1.20 messing up positioning, but
+- Fishing Helper for Fishing particles (currently not working if you sneak because of 1.20 messing up positioning, but
there will be a fix for that once i get confirmation by an admin that that fix is allowed)
-- Basic Config Gui (/firm config). Still needs improvement, but for the basics it's enough. You can also use `/jarvis options` to search through all config options
+- Basic Config Gui (/firm config). Still needs improvement, but for the basics it's enough. You can also
+ use `/jarvis options` to search through all config options
+## Installation
+
+Firmament needs the following libraries to work:
+
+- [RoughlyEnoughItems](https://modrinth.com/mod/rei)
+- [Architectury](https://modrinth.com/mod/architectury-api)
+- [Cloth Config](https://modrinth.com/mod/cloth-config)
+- [Fabric API](https://modrinth.com/mod/fabric-api)
+- [Fabric Language Kotlin](https://modrinth.com/mod/fabric-language-kotlin)
+
+You can download Firmament itself on [Modrinth](https://modrinth.com/mod/firmament) or on
+[GitHub](https://github.com/romangraef/firmament/releases).
+
+### Usage
+
+Everything is configurable via either `/firm config`, or via `/jarvis options`.
+
+### Recommendations
+
+- [DulkirMod-Fabric](https://github.com/inglettronald/DulkirMod-fabric), a versatile SkyBlock mod.
+- [Sodium](https://modrinth.com/mod/sodium) and [Lithium](https://modrinth.com/mod/lithium), both excellent performance mods.
+- [ModMenu](https://modrinth.com/mod/modmenu), just to see which mods you have installed, and to configure some of them.
+- [Zoomify](https://modrinth.com/mod/zoomify), a very basic, but very tidy zoom mod.
## Infos about the development
-### Building your own
+### Building your own
Use Java 17.
Running `./gradlew :build` will create a mod jar in `build/libs`
-You will need the fabric api mod, the fabric kotlin language mod, the architectury mod and REI in your mods folder in order for this mod to work.
+You will need the fabric api mod, the fabric kotlin language mod, the architectury mod and REI in your mods folder in
+order for this mod to work.
### Licensing and contribution policy