promotional bannermobile promotional banner

RaceAPI

A powerful and extensible race/power API for Minecraft
Back to Files

Race API-26.2-0.3.2.jar

File nameRace API-26.2-0.3.2.jar
Uploader
naccelnaccel
Uploaded
Aug 19, 2026
Downloads
9
Size
218.3 KB
Mod Loaders
NeoForge
File ID
8683613
Type
R
Release
Supported game versions
  • 26.2

Curse Maven Snippet

NeoForge

implementation "curse.maven:raceapi-1643125:8683613"

Learn more about Curse Maven

What's new

Race API 0.3.2

 

#### New Abilities - **ReachPower.java** — passive reach ability, uses the native attributes `Attributes.BLOCK_INTERACTION_RANGE` (base 4.5) and `Attributes.ENTITY_INTERACTION_RANGE` (base 3.0). Parameter `reach_multiplier` (DOUBLE, default 1.0) with `ADD_VALUE` operation. Does not require slot binding (`hasBinding() = false`)

 

#### Fixes - **ConditionalPower.onAttach** — applies either the inner or negated ability depending on the current condition state, instead of both at once - **ConditionalPower.onTick** — now tracks state transitions and correctly calls `onAttach`/`onRemove` - **ConditionalPower.onRemove** — removes only the currently active ability - **setRace** — uses ATTACHED_RACES instead of getRace() to correctly find the old race after a datapack reload - **clearAllRaceEffects** — removes NAUSEA and WEAKNESS effects, calls removeRacePowers for the old race

 

#### New Conditions in Conditions.java - `is_swimming`, `is_raining`, `below_y`, `above_y`, `is_falling`, `has_armor`, `is_full_health`

This mod has no related projects