Skip to content

26.1#44

Merged
coredex-source merged 41 commits into
coredex-source:neoforge/26.2from
embeddedt:26.1
Jul 3, 2026
Merged

26.1#44
coredex-source merged 41 commits into
coredex-source:neoforge/26.2from
embeddedt:26.1

Conversation

@coredex-source

Copy link
Copy Markdown
Owner

No description provided.

embeddedt added 30 commits May 18, 2026 10:05
- Allow it to work on channels that don't support mapping
- Skip indexing folders that are not part of a pack type
The crash can occur if a protochunk next to a FULL chunk is dropped,
and then later re-requested. If it was not persisted to disk for any
reason, it starts regeneration from scratch. At FEATURES stage, it may
try to place blocks into the adjacent LevelChunk already in the world.

The fix is to prevent this situation from even happening by pinning
protochunks directly next to FULL chunks, and preventing them from
unloading.
Blocks may legitimately not have a block entity for some states
…earch tabs

The fix is two parts:

- The JEI search tree now filters results to ensure they belong to the expected tab
- A fallback is added for modded search tabs whose items don't properly appear in JEI.
  In this case, the optimization is disabled on the problematic tab. This fallback is not
  applied to the main search tab, even though that is technically more correct, as it
  would defeat the purpose of the optimization.

Fixes #669
@coredex-source
coredex-source merged commit e81dbeb into coredex-source:neoforge/26.2 Jul 3, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants