Updated ship builder to always allow mining restored ship cores

This commit is contained in:
LemADEC 2021-03-09 23:38:36 +01:00
parent cb3334a9f9
commit d24129ab14

View file

@ -559,6 +559,11 @@ public class JumpBlock {
tagCompound.removeTag("oc:node");
}
// WarpDrive ship jump count
if (tagCompound.hasKey("jumpCount")) {
tagCompound.removeTag("jumpCount");
}
// OpenComputers case
if (tagCompound.hasKey("oc:computer")) {
final NBTTagCompound tagComputer = tagCompound.getCompoundTag("oc:computer");