Mirror von
https://github.com/IntellectualSites/FastAsyncWorldEdit.git
synchronisiert 2024-11-19 09:20:08 +01:00
Cleanup after merge
Dieser Commit ist enthalten in:
Ursprung
a82b591e0f
Commit
157f651479
@ -70,7 +70,7 @@ public class PaperweightServerLevelDelegateProxy implements InvocationHandler {
|
|||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
BlockEntity newEntity = tileEntity.getType().create(blockPos, getBlockState(blockPos));
|
BlockEntity newEntity = tileEntity.getType().create(blockPos, getBlockState(blockPos));
|
||||||
newEntity.load((CompoundTag) adapter.fromNativeBinary(this.editSession.getFullBlock(BlockVector3.at(
|
newEntity.load((CompoundTag) adapter.fromNativeLin(this.editSession.getFullBlock(BlockVector3.at(
|
||||||
blockPos.getX(),
|
blockPos.getX(),
|
||||||
blockPos.getY(),
|
blockPos.getY(),
|
||||||
blockPos.getZ()
|
blockPos.getZ()
|
||||||
|
@ -62,7 +62,7 @@ public class PaperweightServerLevelDelegateProxy implements InvocationHandler {
|
|||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
BlockEntity newEntity = tileEntity.getType().create(blockPos, getBlockState(blockPos));
|
BlockEntity newEntity = tileEntity.getType().create(blockPos, getBlockState(blockPos));
|
||||||
newEntity.load((CompoundTag) adapter.fromNativeBinary(this.editSession.getFullBlock(BlockVector3.at(blockPos.getX(),
|
newEntity.load((CompoundTag) adapter.fromNativeLin(this.editSession.getFullBlock(BlockVector3.at(blockPos.getX(),
|
||||||
blockPos.getY(), blockPos.getZ())).getNbtReference().getValue()));
|
blockPos.getY(), blockPos.getZ())).getNbtReference().getValue()));
|
||||||
|
|
||||||
return newEntity;
|
return newEntity;
|
||||||
|
@ -62,7 +62,7 @@ public class PaperweightServerLevelDelegateProxy implements InvocationHandler {
|
|||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
BlockEntity newEntity = tileEntity.getType().create(blockPos, getBlockState(blockPos));
|
BlockEntity newEntity = tileEntity.getType().create(blockPos, getBlockState(blockPos));
|
||||||
newEntity.load((CompoundTag) adapter.fromNativeBinary(this.editSession.getFullBlock(BlockVector3.at(blockPos.getX(),
|
newEntity.load((CompoundTag) adapter.fromNativeLin(this.editSession.getFullBlock(BlockVector3.at(blockPos.getX(),
|
||||||
blockPos.getY(), blockPos.getZ())).getNbtReference().getValue()));
|
blockPos.getY(), blockPos.getZ())).getNbtReference().getValue()));
|
||||||
|
|
||||||
return newEntity;
|
return newEntity;
|
||||||
|
@ -62,7 +62,7 @@ public class PaperweightServerLevelDelegateProxy implements InvocationHandler {
|
|||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
BlockEntity newEntity = tileEntity.getType().create(blockPos, getBlockState(blockPos));
|
BlockEntity newEntity = tileEntity.getType().create(blockPos, getBlockState(blockPos));
|
||||||
newEntity.load((CompoundTag) adapter.fromNativeBinary(this.editSession.getFullBlock(BlockVector3.at(blockPos.getX(),
|
newEntity.load((CompoundTag) adapter.fromNativeLin(this.editSession.getFullBlock(BlockVector3.at(blockPos.getX(),
|
||||||
blockPos.getY(), blockPos.getZ())).getNbtReference().getValue()));
|
blockPos.getY(), blockPos.getZ())).getNbtReference().getValue()));
|
||||||
|
|
||||||
return newEntity;
|
return newEntity;
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren