allow memory card to copy encoded patterns of interfaces

This commit is contained in:
PrototypeTrousers
2022-10-12 20:42:42 -03:00
parent 4bac5f43db
commit ae3295d3c9
6 changed files with 76 additions and 5 deletions
@@ -41,7 +41,7 @@ public enum PlayerMessages {
DeviceNotLinked,
StationCanNotBeLocated,
SettingCleared,
;
MissingPatternsToEncode;
public ITextComponent get() {
return new TextComponentTranslation(this.getName());