/Aspect

Primary LanguageJavaMIT LicenseMIT

Aspect

Aspect is a new magic mod that introduces a complex ability system called Aspects. An aspect is an attunement that a player can obtain that relates to natural elements in the world! These can range from Lightning and Fire to Blood. Each aspect has its own unique abilities and use a common energy system called Flux.

CurseForgeDownloads

Join the Discord to stay up to date!

Discord

Attention Modpack Developers!

Aspect has official KubeJS 6.1 support!

Example:

let playerFlux = AspectJS.fluxUtil.getCurrentFlux(player);
AspectJS.fluxUtil.removeFlux(player, 5);
AspectJS.fluxUtil.addFlux(player, 20);

AspectJS.fluxUtil.setAspectType(player, AspectJS.ASPECT_TYPES.FLAME);

Note:

This mod is in early development and will likely not be in a playable state until Late Summer 2024