Перейти к содержимому
Mineforgian

Nebula

Nebula is a Library for Spells and Mana. The Library is flexible and can be used for a lot of stuff.

Загрузки
12K
Подписчики
16
Обновлён
8 марта 2025 г.
Лицензия
MIT

Опубликован 26 марта 2023 г.

Nebula

It's a Library for creating Spells in all sorts of ways. Nebula adds Spell, Mana adds Client Syncing.
If you consider Nebula or are stuck on anything feel free to reach out to me on my Discord Server.
If you want full control you can override the SpellManager or ManaManagers! With that you can basically change everything!
Only one Mod can override a Manager.

You can include Nebula in your build.gradle:

repositories {
    exclusiveContent {
        forRepository {
            maven {
                name = "Modrinth"
                url = "https://api.modrinth.com/maven"
            }
        }
        filter {
            includeGroup "maven.modrinth"
        }
    }
}

dependencies {
    modImplementation "maven.modrinth:nebula:6.0.0+<minecraft-version>"
}

Tutorial

You can see the Nebulo Test mod, it does implement a Spell and shows you how to override the Managers.

If you need any further help reach out to me on Discord

Old

You can report Issues here
Or reach out me here.

Ченджлог

7.0.0-beta.6+1.21.4Бета1.21.4 · 8 марта 2025 г.

Nebula 7.0.0 Beta 6

  • Add CastComponents to SpellSource
  • More renaming
  • Change SpellCastHelper Generic
7.0.0-beta.5+1.21.4Бета1.21.4 · 7 марта 2025 г.

Nebula 7.0.0 Beta 5

  • Make SpellEffect# public
  • Add Manapool Ticking
  • Remove Experimental Annotation
  • Add mana unit 'thaum' and refactor all mentions of 'mana' in unit context.
  • Rename cast method to tryCast and add new case method
7.0.0-beta.4+1.21.4Бета1.21.4 · 28 декабря 2024 г.

Nebula 7.0.0 Beta 4

  • SpellSource#drainKilomana now takes long
  • Change creative ManaPool Priority to 1
  • Move Registries to ManaPoolType
  • Fix EntityManaPool ordering
  • Change SpellEffects slightly
  • Add /nebula extractMana
  • Supply Text to SpellFumble in all default usages.
  • New lang entries
7.0.0-beta.3+1.21.4Бета1.21.4 · 28 декабря 2024 г.

Nebula V. 7 Beta 3

  • A spell transaction is now passed throughout the entire call chain
  • add more Documentation
  • Extract Helper method out of SpellCastHelper
  • Add Experimental SpellEffectWrapper for Transaction api
  • Bump Version to 7-beta.3
7.0.0-beta.2+1.21.4Бета1.21.4 · 27 декабря 2024 г.

Nebula V. 7 Beta 2

This is the second beta for Nebula, a lot has changed since the latest beta. Likely more than in between any alpha previously.

A full explanation will follow when the full Release is published.

7.0.0-beta.1+1.21.1Бета1.20.6, 1.21, 1.21.1 · 7 октября 2024 г.

The first Beta :)

6.0.1+1.21Релиз1.20.6, 1.21, 1.21.1 · 10 июля 2024 г.

Fix Payload Registration Not Working Correct Under Circumstances.

6.0.0+1.21Релиз1.20.6, 1.21, 1.21.1 · 15 июня 2024 г.

Комментарии

Загружаем…