promotional bannermobile promotional banner

Ascendant Equipment

A NeoForge equipment mod for Minecraft 26.2. Currently in early development.
Back to Files

Ascendant Equipment (0.0.0-beta.11)

File nameascendant_equipment-26.2-neoforge-0.0.0-beta.11.jar
Uploader
LlaGuiT0LlaGuiT0
Uploaded
Aug 7, 2026
Downloads
9
Size
6.6 MB
Mod Loaders
NeoForge
File ID
8593972
Type
B
Beta
Supported game versions
  • 26.2

Curse Maven Snippet

NeoForge

implementation "curse.maven:ascendant-equipment-1638146:8593972"

Learn more about Curse Maven

What's new

v0.0.0-beta.11 - Item Registration Conflict Fix

Fix

  • Item Loading Failure: Fixed critical issue where no items were loading due to conflicting registration systems in AscendantEquipment.java. The mod had both AscEq.R (DeferredHelper) and empty DeferredRegister.Items competing for registration, causing complete item load failure.
  • Registry Initialization: Removed conflicting scaffolding DeferredRegisters (BLOCKS, ITEMS, CREATIVE_MODE_TABS) that were interfering with the primary AscEq.R registration system.

Technical Changes

  • Removed empty DeferredRegister.Blocks BLOCKS, DeferredRegister.Items ITEMS, and DeferredRegister<CreativeModeTab> CREATIVE_MODE_TABS from scaffolding.
  • Removed example items (EXAMPLE_BLOCK, EXAMPLE_ITEM, EXAMPLE_BLOCK_ITEM, EXAMPLE_TAB) that depended on removed registers.
  • Simplified constructor to use only AscEq.bootstrap(modEventBus), matching the Apotheosis original pattern exactly.
  • Cleaned up unused imports related to removed registration code.

Impact

  • All 49+ items and blocks now load and register correctly on startup.
  • Item registration behavior is now identical to Apotheosis original.
  • Complete item functionality restored: equipment, affixes, gems, sigils, and all mod content are now available.
Critical: This fix resolves a game-breaking item load failure. All players must update to play. Without this fix, the mod does not provide any items or blocks in-game.

This mod has no additional files