MinecraftForge/MinecraftForge

[1.20.1] `forge_data` Rendering Bugs

Aperta

#9932 aperta il 19 apr 2024

 (1 commento) (0 reazioni) (0 assegnatari)Java (2701 fork)batch import
1.20BugHelp WantedRenderingTriage

Metriche repository

Star
 (6538 stelle)
Metriche merge PR
 (Merge medio 10g 22h) (3 PR mergiate in 30 g)

Descrizione

Minecraft Version: 1.20.1

Forge Version: 1.20.1-47.2.30

Logs: N/A

Description of issue: Not sure why, but for whatever reason, the face culling is causing the overlayed face to not render at all despite this very method being used to make other blocks like the grass block work. This makes doing things like emissive textures impossible without having to turn off culling for the faces you want emissive. For ambient occlusion, it seems that it needs to be on a full face, and anything that isn't a full face will render really dark despite AO being turned off. The results actually looks worse when using forge_data to turn off AO versus just leaving AO on.

Images: No culling vs culling: No_cull Cull

"forge_data": {"ambient_occlusion": false} vs no forge_data with ambient occlusion on FD_no_AO No_FD_AO

Model Files: glowstone_dust_bag.json | template_crate.json

Guida contributor