aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: fa07c21b9483574a9ae81c4a2f751eed10f193a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
## Firmament
<small><i>Powered by NEU</i></small>

> Note: This is still very much more of a tech demo, than an actual usable project. Please do not confuse it for one.
> Please do not ask for [features to be added](TODO.txt) (although bug reports are welcome).

[This project is currently being renamed.](#renaming)

### Currently working features

 - Item List of all SkyBlock Items
 - Grouping Items that belong together like minions
 - Recipe Viewer for Crafting Recipes
 - Recipe Viewer for Forge Recipes
 - Fishing Helper for Fishing particles (currently not working if you sneak because of 1.19 messing up positioning)
 - Fairy soul highlighter
 - Basic Config Gui (/firm config). Still needs improvement, but for the basics it's enough.


### 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.

### Licensing and contribution policy

This mod is licensed under a GPL 3.0 or Later license. To read a full license report of all dependencies, execute
`./gradlew :printAllLicenses`.

Contributions are tentatively welcomed. The mod is still in an early stage and lots of things will change and/or are
not properly documented for other developers. If you would still like to try, make sure to add the proper 
[copyright header](HEADER) to your file, or update existing copyright headers with your name and the current year.
Pull requests are welcome through [GitHub](https://github.com/romangraef/Firmament) or via git send-email. Your code
will be publicly available under a GPL license, so make sure that you have the appropriate permissions to grant that
license, or if you are reusing code from somewhere else to properly credit the code and check if the original license
is compatible with ours. If you want, you can license a specific file you write under a less restrictive non copyleft
license with appropriate header, although it may at a later point be upgraded to a GPL licensed file, if another
contributor edits that file.

### Renaming

This method is in the process of being renamed to Firmament from NotEnoughUpdates1.19. As such some of the branding and
code references may still refer to NEU or NotEnoughUpdates. This mod is not related to NEU (although I am at this point
the most active and (by line count) second most prolific NEU dev (after only Moulberry himself)). This mod is also using
NEU data and as such can be referred to as "Firmament powered by NEU". This mod exists outside the Moulberryverse of
mods and is not integrated into the Moulberryverse of quality control and bureaucracy. Any references to Moulberry and
most references to NEU are due to be removed. This mod is not representing NEU in 1.19, although it does have some of
its features.