Compatibility
Minecraft: Java Edition
1.21.9–1.21.10
1.21.5–1.21.6
1.21.1
1.20.6
1.20.4
1.20.1–1.20.2
Platforms
Supported environments
Client and server
Tags
Creators
Details
Licensed MIT
Published 3 years ago
Changelog
v1.2.2
✨ New Features
-
Added Ignite Events
- Implemented
PortalIgniteEventandPortalPreIgniteEventinterfaces. - Included corresponding handlers and invokers.
- 🔧 These events allow:
- Executing custom logic before and after portal ignition.
- Cancelling the ignition entirely, if desired.
- Implemented
-
Player Entity in Ignite Context
- The player is now included as part of the ignition source in item-use events.
- ✅ Matches upstream behavior.
- 🔍 Enables event consumers to identify which player attempted to light the portal.
⚠️ Breaking Change
- Fixed Item Usage Behavior on Failed Portal Lighting
customportalapi-reforgedpreviously cancelled item usage when ignition failed, which is opposite of upstream behavior.- This has been reversed: item usage is now only cancelled if the portal is successfully lit.
- Example: Using an Eye of Ender to light a portal will no longer cause it to fly off and possibly break—it will be consumed only when ignition succeeds.
Credit murderspagurder for this PR!
Files
cpapireforged-neo-1.21.1-1.2.2.jar(91.94 KiB) Primary
Metadata
Release channel
ReleaseVersion number
1.2.2Loaders
NeoForge
Game versions
1.21.1Environment
Client and server, required on both


