We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
darek505
1.0.0-beta35
Shaders used: ComplementaryReimagined_r5.4 + EuphoriaPatches_1.5.2
In vanilla this can be reproduced with chests.
It starts with x/z coordinates 0/0 :
All tileentities located along the x/z 0/0 axes do not cast shadows.
What’s interesting is that such “strips” are repeated every 15 blocks (16 counting the source):
Here's a little simpler, tileentities that have TileEntity.INFINITE_EXTENT_AABB in getRenderBoundingBox() do not cast shadows at all:
For some reason, some tileentities (with getRenderBoundingBox() != TileEntity.INFINITE_EXTENT_AABB) can still cast shadows even while on these axes:
Same thing with all other vanilla tileentities (except chest):
Java 8
NVidia
Yes: Please put relevant information about shaderpack in the report(what shaderpack, any special settings of note, etc)
No: Go ahead and create an issue
+unimixins-all-1.7.10-0.1.18 angelica-1.0.0-beta35 gtnhlib-0.6.11 HBM-NTM-.1.0.27_X5245_H261
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Your GTNH Discord Username
darek505
Mod Version
1.0.0-beta35
Bug Report
Shaders used: ComplementaryReimagined_r5.4 + EuphoriaPatches_1.5.2
getRenderBoundingBox() != TileEntity.INFINITE_EXTENT_AABB
In vanilla this can be reproduced with chests.
It starts with x/z coordinates 0/0 :
All tileentities located along the x/z 0/0 axes do not cast shadows.
What’s interesting is that such “strips” are repeated every 15 blocks (16 counting the source):
getRenderBoundingBox() == TileEntity.INFINITE_EXTENT_AABB
Here's a little simpler, tileentities that have TileEntity.INFINITE_EXTENT_AABB in getRenderBoundingBox() do not cast shadows at all:
Strange things
For some reason, some tileentities (with getRenderBoundingBox() != TileEntity.INFINITE_EXTENT_AABB) can still cast shadows even while on these axes:
Same thing with all other vanilla tileentities (except chest):
Java Version
Java 8
Graphics Card Vendor
NVidia
Shaders
Yes: Please put relevant information about shaderpack in the report(what shaderpack, any special settings of note, etc)
MCPF or other features disabled by default
No: Go ahead and create an issue
Mod List or GTNH Pack Version
+unimixins-all-1.7.10-0.1.18
angelica-1.0.0-beta35
gtnhlib-0.6.11
HBM-NTM-.1.0.27_X5245_H261
Final Checklist
The text was updated successfully, but these errors were encountered: