File Details
auroral 1.21.1-1.1.0
- R
- May 8, 2026
- 2.01 MB
- 26.6K
- 1.21.1
- NeoForge
File Name
auroral-1.21.1-1.1.0.jar
Supported Versions
- 1.21.1
Curse Maven Snippet
Auroral 1.1.0
A content-and-fixes update bringing new flora, food items, behavior, and a much-improved in-game guide. Backported from the 26.1 development branch.
Added
- Ender Bloom — a dark variant of the Aurora Bloom. Right-click an Aurora Bloom with an Ender Pearl to convert it at the same growth stage. Mature Ender Blooms drop Aurora Ender Shards and persist forever (no daytime decay).
- Aurora Ender Shard — dropped by mature Ender Blooms. Four shards craft back into an Ender Pearl, making a mature Ender Bloom farm a renewable Ender Pearl source.
- Aurora Bloom Decorative — a non-crop visual variant of the Aurora Bloom for decorative builds. Crafted from a Frozen Petal and an Aurora Shard.
- Roasted Snowball — toast a snowball over a campfire or in a furnace. Eating one offends the Auroral Nautili and suppresses wild Nautilus spawns near you.
- Sugared Roasted Snowball — a Roasted Snowball coated in sugar. Eating one apologizes to the Nautili and clears the offended state.
- S'nore — two cookies and a Sugared Roasted Snowball. Grants Conduit Power and resets your insomnia timer.
- Equipment and block tooltips — Shimmersteel tools, Shimmerweave armor, and Auroral functional blocks now show in-game ability and info lines so you can read what each piece does without opening the guide.
- In-game guidebook — a proper Auroral item registered in the mod, craftable from a Book and a Snowball. Right-click to open the guide. Replaces the previous generic GuideME book that did not appear in JEI, search, or
/give. - Restored guide content — pages for Ender Blooms, Roasted Snowball, Sugared Roasted Snowball, S'nore, plus the Nautilus offending mechanic and Ender transformation sections.
Fixed
- Mature Aurora Blooms now drop themselves so they can be replanted, alongside their Frozen Petal drop. Includes a 15% chance for a bonus bloom, matching the dev branch behavior.
- Recipes now show in the in-game guide. The recipe files in
src/generatedwere using a shorthand ingredient format that NeoForge 21.1.77 does not load, so the recipe manager indexed nothing for most blocks and<RecipeFor>lookups silently failed. Regenerated with the explicit ingredient format. - Guide page resolution — the in-game guide failed to open with "page auroral:index could not be found" because the start page id did not include the
.mdextension that GuideME stores keys under. Removed the explicit start-page override so the default resolves correctly. - Spawn egg icons in the guide — added missing item models for Auroral Nautilus and Snowlette spawn eggs so their textures render in
<ItemImage>tags throughout the guide. - Ender Pearl from Shards, Roasted Snowball, and Shimmersteel Bow recipe entries in the guide — these used
<RecipeFor>(item-id lookup) with recipe-id values, so they never resolved. Switched to<Recipe>(recipe-id lookup). - Ender Bloom can now be bonemealed on any substrate it can survive on, not just Shimmer Soil and End Stone. Matches Aurora Bloom behavior.
- Smithing template now includes a hoe icon in its base-slot rotation so all valid upgrade bases are represented.
src/generatedis no longer gitignored so generated assets ship with the source tree, preventing recurrence of the recipe-loading issue on fresh clones and CI builds.
Internal
- New
VERY_NAUGHTYdata attachment tracks the Aurora-offended state on the player; it persists through death. - New
TooltipEventHandlerbuilds the tooltip map lazily on first use to avoid resolving DeferredHolders during static init. - Cleaned up several stale generated files that referenced items not present in this branch.