credits LitematicaBitArray
This commit is contained in:
parent
5ff274f040
commit
7ba3de57d0
@ -204,7 +204,11 @@ public final class LitematicaSchematic extends StaticSchematic {
|
|||||||
z < Math.abs(nbt.getCompoundTag("Regions").getCompoundTag(subReg).getCompoundTag("Size").getInteger("z"));
|
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
|
private static class LitematicaBitArray
|
||||||
{
|
{
|
||||||
/** The long array that is used to store the data for this BitArray. */
|
/** The long array that is used to store the data for this BitArray. */
|
||||||
|
Loading…
Reference in New Issue
Block a user