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
No response
gtnhlib-0.5.20 -- little tiles 1.3.1 -- creative core 1.4.0
with gtnhlib little tiles don't render hammered blocks. removing gtnhlib or adding angelica fix the issue.
the first working version is gtnhlib 0.3.3
Java 8
gtnhlib-0.5.20 +unimixins-all-1.7.10-0.1.19 creativecore-1.4.0-GTNH littletiles-1.3.1-GTNH
The text was updated successfully, but these errors were encountered:
so i made this little change in LittleTileBlock
@Override public boolean canBlockBeThreaded() { if (LittleTiles.isAngelicaLoaded) return false; if (LittleTiles.isGTNHlibLoaded) return false; return block.getRenderType() == 0 && !(block instanceof BlockGrass); }
like in that fix:
GTNewHorizons/Angelica#528
Sorry, something went wrong.
No branches or pull requests
Your GTNH Discord Username
No response
Mod Version
gtnhlib-0.5.20 -- little tiles 1.3.1 -- creative core 1.4.0
Bug Report
with gtnhlib little tiles don't render hammered blocks.
removing gtnhlib or adding angelica fix the issue.
the first working version is gtnhlib 0.3.3
Java Version
Java 8
Mod List or GTNH Pack Version
gtnhlib-0.5.20
+unimixins-all-1.7.10-0.1.19
creativecore-1.4.0-GTNH
littletiles-1.3.1-GTNH
Final Checklist
The text was updated successfully, but these errors were encountered: