Skip to content
New issue

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

ILittleTileTE Support #357

Closed
AlgorithmX2 opened this issue Dec 25, 2017 · 1 comment
Closed

ILittleTileTE Support #357

AlgorithmX2 opened this issue Dec 25, 2017 · 1 comment

Comments

@AlgorithmX2
Copy link
Collaborator

The basic idea, https://github.com/CreativeMD/LittleTiles/blob/1.12/src/main/java/com/creativemd/littletiles/common/api/te/ILittleTileTE.java

if(te instanceof ILittleTileTE)
{
try
{
VoxelBlob blob = ((ILittleTileTE) te).getVoxelBlob(force);
}catch(Exception){
//Something went wrong
}
}

AlgorithmX2 added a commit that referenced this issue Dec 25, 2017
@AlgorithmX2
Copy link
Collaborator Author

Should work as of bc51f04

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant