Add Annihilation Plane enchantment support, deprecate Identity (#510)

This commit is contained in:
zeng-git
2024-11-29 13:06:55 +08:00
committed by GitHub
parent 925cf092be
commit 7f2318f89c
15 changed files with 365 additions and 78 deletions
@@ -299,8 +299,8 @@ public class PartInterface extends PartBasicState implements IGridTickable, ISto
}
@Override
public NBTTagCompound downloadSettings(SettingsFrom from) {
NBTTagCompound output = super.downloadSettings(from);
public NBTTagCompound downloadSettings(SettingsFrom from, NBTTagCompound compound) {
NBTTagCompound output = super.downloadSettings(from, compound);
if (from == SettingsFrom.MEMORY_CARD) {
final IItemHandler inv = this.getInventoryByName("patterns");
if (inv instanceof AppEngInternalInventory) {