aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornea <nea@nea.moe>2023-07-31 18:52:07 +0200
committernea <nea@nea.moe>2023-07-31 18:52:07 +0200
commit0add249dcba318257a02b86c896b494ade6e2680 (patch)
treeec67acfd8cd468bfd42d20e69a4b416c71eb0039
parent626d41d41979af96b0071a53bae70fb06d575adc (diff)
downloadFirmament-0add249dcba318257a02b86c896b494ade6e2680.tar.gz
Firmament-0add249dcba318257a02b86c896b494ade6e2680.tar.bz2
Firmament-0add249dcba318257a02b86c896b494ade6e2680.zip
Add logo
-rw-r--r--README.md11
-rw-r--r--src/main/resources/assets/firmament/logo.krabin0 -> 128970 bytes
-rw-r--r--src/main/resources/assets/firmament/logo.pngbin0 -> 16321 bytes
-rw-r--r--src/main/resources/fabric.mod.json11
4 files changed, 12 insertions, 10 deletions
diff --git a/README.md b/README.md
index b872af0..dacdf5e 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-## Firmament
+# Firmament
<small><i>Powered by NEU</i></small>
> Firmament will soon enter its early public alpha stage. While there is still much to be done in terms of usability,
@@ -9,7 +9,7 @@
[This project is currently being renamed.](#renaming)
-### Currently working features
+## Currently working features
- Item List of all SkyBlock Items
- Grouping Items that belong together like minions
@@ -23,10 +23,13 @@
- 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)
-- Basic Config Gui (/firm config). Still needs improvement, but for the basics it's enough.
+- 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
+## Infos about the development
+
### Building your own
Use Java 17.
diff --git a/src/main/resources/assets/firmament/logo.kra b/src/main/resources/assets/firmament/logo.kra
new file mode 100644
index 0000000..1c7cae7
--- /dev/null
+++ b/src/main/resources/assets/firmament/logo.kra
Binary files differ
diff --git a/src/main/resources/assets/firmament/logo.png b/src/main/resources/assets/firmament/logo.png
new file mode 100644
index 0000000..e00a2fa
--- /dev/null
+++ b/src/main/resources/assets/firmament/logo.png
Binary files differ
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json
index 26c4763..fcb98c2 100644
--- a/src/main/resources/fabric.mod.json
+++ b/src/main/resources/fabric.mod.json
@@ -8,17 +8,17 @@
{
"name": "Linnea Gräf",
"contact": {
- "email": "nea@nea89.moe"
+ "email": "nea@nea.moe"
}
}
],
"contact": {
- "discord": "https://discord.gg/moulberry",
+ "discord": "https://discord.gg/64pFP94AWA",
"sources": "https://git.nea.moe/nea/firmament/"
},
- "license": "ARR",
+ "license": "GPL 3.0 or Later",
"accessWidener": "firmament.accesswidener",
- "icon": "assets/firmament/icon.png",
+ "icon": "assets/firmament/logo.png",
"environment": "client",
"entrypoints": {
"main": [
@@ -43,8 +43,7 @@
"depends": {
"fabric": "*",
"fabric-language-kotlin": ">=${fabric_kotlin_version}",
- "minecraft": ">=${minecraft_version}",
- "fabric-key-binding-api-v1": "*"
+ "minecraft": ">=${minecraft_version}"
},
"custom": {
"modmenu": {