Skip to content

Credits & Contributors

CelestialAbyss edited this page May 20, 2023 · 6 revisions

We moved here! https://project-vyre.github.io/finality-wiki

Music Credits

Please check out Cjbeards, very awesome music! Cjbeards music is free use as mentioned here, but please check his channel on YouTube. I do not own any of his work or music.

Contributors

People developing the modpack:

  • CelestialAbyss - Lead Dev
    • Currently it is technically just me... It's also unfortunate to say that I might not be able to accomplish everything I wanted to with my modpack but I'll try to the best of my ability. Also, the modpack icon and animated black hole among other assets like the title and retextures are made by me using paint.NET or Blender or a combination of the two. The main menu animation took forever to render on my GTX 1660 Ti, even with the newest changes to the Cycles rendering engine so it might be a while before I try and tackle the suggestions that were said in the Create Discord server.
  • Ryanite - Dev
    • The multiplayer server administrator, also loves Create. Will take my place in case my living situation gets out of my control entirely.
  • patchi
    • Suggested the steeleaf tools to be used for Ars Nouveau's Tier 1 Spell Book. Sorry that the game didn't accept the items correctly.

As for people who helped me in the process of developing the modpack there's quite a few:

  • squoshi
  • Reveter
    • Thank you for providing the following script when KubeJS wasn't respecting NBT tags of Patchouli books:
onEvent('item.tooltip', event => {
    event.addAdvanced('patchouli:guide_book', ((item, advanced, text) => {
        if (!item.hasNBT()) return;
        if (item.nbt['patchouli:book'] == 'patchouli:tome_of_finality') {
            text.add(Component.lightPurple("Hi! Please craft this book, it's important. - Overseers of Finality"))
        }
    }))
})

Other Information

Changelogs

Iteration 0.1 Placeholder for Iteration 0.1 modpack documentation

Changelogs (old)

Finality (1.18.2) Changelog * [Finality Changelog](https://github.com/CelestialAbyss/Finality-Minecraft-Things/wiki/Finality-1.18.2-Changelog)
Finality Tau (1.19.2) Changelog * [Finality Tau Changelog](https://github.com/CelestialAbyss/Finality-Minecraft-Things/wiki/Finality-1.19.2-Changelog)

Clone this wiki locally