Skip to content

fix(StorageESP): shader mode not rendering - #6571

Merged
Big-Iron-Cheems merged 1 commit into
MeteorDevelopment:masterfrom
MukjepScarlet:patch-1
Aug 15, 2026
Merged

fix(StorageESP): shader mode not rendering#6571
Big-Iron-Cheems merged 1 commit into
MeteorDevelopment:masterfrom
MukjepScarlet:patch-1

Conversation

@MukjepScarlet

Copy link
Copy Markdown
Contributor

Type of change

  • Bug fix
  • New feature

Description

The 26.2 update removed the BlockEntityRenderer submission from SimpleBlockRenderer.renderWithBlockEntity(), which was the only path drawing geometry for blocks whose visuals come entirely from their block entity renderer (chests, trapped chests, ender chests, shulker boxes, decorated pots). Their block state models have no quads, so nothing was rendered in Shader mode while tracers kept working.

Restore the block entity rendering with the 26.2 node-collector API (SubmitNodeStorage/SubmitNodeCollection): intercept submitModel and write the model vertices straight into the Storage ESP mesh, calling model.setupAnim() to keep the lid/open animations working.

Related issues

closes #6567

How Has This Been Tested?

screenshot will be added later

Checklist:

  • My code follows the style guidelines of this project.
  • I have added comments to my code in more complex areas.
  • I have tested the code in both development and production environments.

The 26.2 update removed the BlockEntityRenderer submission from
SimpleBlockRenderer.renderWithBlockEntity(), which was the only path
drawing geometry for blocks whose visuals come entirely from their block
entity renderer (chests, trapped chests, ender chests, shulker boxes,
decorated pots). Their block state models have no quads, so nothing was
rendered in Shader mode while tracers kept working.

Restore the block entity rendering with the 26.2 node-collector API
(SubmitNodeStorage/SubmitNodeCollection): intercept submitModel and write
the model vertices straight into the Storage ESP mesh, calling
model.setupAnim() to keep the lid/open animations working.
@MukjepScarlet
MukjepScarlet marked this pull request as ready for review August 14, 2026 10:07
@Big-Iron-Cheems
Big-Iron-Cheems merged commit cc62194 into MeteorDevelopment:master Aug 15, 2026
1 check passed
@MukjepScarlet
MukjepScarlet deleted the patch-1 branch August 15, 2026 16:41
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.

[Bug] storage esp not working?

2 participants