bug fix
This commit is contained in:
parent
75a3fc699e
commit
325aa7201b
@ -48,8 +48,8 @@ public final class LitematicaSchematic extends StaticSchematic {
|
|||||||
private static NBTTagCompound nbt;
|
private static NBTTagCompound nbt;
|
||||||
|
|
||||||
public LitematicaSchematic(NBTTagCompound nbt) {
|
public LitematicaSchematic(NBTTagCompound nbt) {
|
||||||
|
this.nbt = nbt;
|
||||||
regNames = getRegions();
|
regNames = getRegions();
|
||||||
LitematicaSchematic.nbt = nbt;
|
|
||||||
minCord();
|
minCord();
|
||||||
|
|
||||||
this.x = Math.abs(nbt.getCompoundTag(meta).getCompoundTag(schemSize).getInteger("x"));
|
this.x = Math.abs(nbt.getCompoundTag(meta).getCompoundTag(schemSize).getInteger("x"));
|
||||||
|
Loading…
Reference in New Issue
Block a user