Add logo
This commit is contained in:
11
README.md
11
README.md
@@ -1,4 +1,4 @@
|
|||||||
## Firmament
|
# Firmament
|
||||||
<small><i>Powered by NEU</i></small>
|
<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,
|
> 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)
|
[This project is currently being renamed.](#renaming)
|
||||||
|
|
||||||
### Currently working features
|
## Currently working features
|
||||||
|
|
||||||
- Item List of all SkyBlock Items
|
- Item List of all SkyBlock Items
|
||||||
- Grouping Items that belong together like minions
|
- 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)
|
- Support for custom texture packs (loads item models from `firmskyblock:<skyblock id>` before the vanilla model gets loaded)
|
||||||
- Fairy soul highlighter
|
- Fairy soul highlighter
|
||||||
- A hud editor powered by [Jarvis](https://github.com/romangraef/jarvis)
|
- 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)
|
- Fishing Helper for Fishing particles (currently not working if you sneak because of 1.20 messing up positioning, but
|
||||||
- Basic Config Gui (/firm config). Still needs improvement, but for the basics it's enough.
|
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
|
### Building your own
|
||||||
|
|
||||||
Use Java 17.
|
Use Java 17.
|
||||||
|
|||||||
BIN
src/main/resources/assets/firmament/logo.kra
Normal file
BIN
src/main/resources/assets/firmament/logo.kra
Normal file
Binary file not shown.
BIN
src/main/resources/assets/firmament/logo.png
Normal file
BIN
src/main/resources/assets/firmament/logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 16 KiB |
@@ -8,17 +8,17 @@
|
|||||||
{
|
{
|
||||||
"name": "Linnea Gräf",
|
"name": "Linnea Gräf",
|
||||||
"contact": {
|
"contact": {
|
||||||
"email": "nea@nea89.moe"
|
"email": "nea@nea.moe"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"contact": {
|
"contact": {
|
||||||
"discord": "https://discord.gg/moulberry",
|
"discord": "https://discord.gg/64pFP94AWA",
|
||||||
"sources": "https://git.nea.moe/nea/firmament/"
|
"sources": "https://git.nea.moe/nea/firmament/"
|
||||||
},
|
},
|
||||||
"license": "ARR",
|
"license": "GPL 3.0 or Later",
|
||||||
"accessWidener": "firmament.accesswidener",
|
"accessWidener": "firmament.accesswidener",
|
||||||
"icon": "assets/firmament/icon.png",
|
"icon": "assets/firmament/logo.png",
|
||||||
"environment": "client",
|
"environment": "client",
|
||||||
"entrypoints": {
|
"entrypoints": {
|
||||||
"main": [
|
"main": [
|
||||||
@@ -43,8 +43,7 @@
|
|||||||
"depends": {
|
"depends": {
|
||||||
"fabric": "*",
|
"fabric": "*",
|
||||||
"fabric-language-kotlin": ">=${fabric_kotlin_version}",
|
"fabric-language-kotlin": ">=${fabric_kotlin_version}",
|
||||||
"minecraft": ">=${minecraft_version}",
|
"minecraft": ">=${minecraft_version}"
|
||||||
"fabric-key-binding-api-v1": "*"
|
|
||||||
},
|
},
|
||||||
"custom": {
|
"custom": {
|
||||||
"modmenu": {
|
"modmenu": {
|
||||||
|
|||||||
Reference in New Issue
Block a user