Updated ship builder to always allow mining restored ship cores
This commit is contained in:
parent
cb3334a9f9
commit
d24129ab14
1 changed files with 5 additions and 0 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Reference in a new issue