credits LitematicaBitArray

This commit is contained in:
rycbar0 2022-09-29 20:20:38 +02:00
parent 5ff274f040
commit 7ba3de57d0

View File

@ -204,7 +204,11 @@ public final class LitematicaSchematic extends StaticSchematic {
z < Math.abs(nbt.getCompoundTag("Regions").getCompoundTag(subReg).getCompoundTag("Size").getInteger("z"));
}
/** LitematicaBitArray class from litematica */
/**
* @author maruohon
* Class from the Litematica mod by maruohon
* https://github.com/maruohon/litematica
*/
private static class LitematicaBitArray
{
/** The long array that is used to store the data for this BitArray. */