This commit is contained in:
rycbar0 2022-09-26 02:51:06 +02:00
parent 75a3fc699e
commit 325aa7201b
1 changed files with 1 additions and 1 deletions

View File

@ -48,8 +48,8 @@ public final class LitematicaSchematic extends StaticSchematic {
private static NBTTagCompound nbt;
public LitematicaSchematic(NBTTagCompound nbt) {
this.nbt = nbt;
regNames = getRegions();
LitematicaSchematic.nbt = nbt;
minCord();
this.x = Math.abs(nbt.getCompoundTag(meta).getCompoundTag(schemSize).getInteger("x"));