From 6f1658dbc96fd56ed970976c0f95e7b00670bc65 Mon Sep 17 00:00:00 2001 From: 90 Date: Sat, 6 Jul 2024 23:26:28 +0100 Subject: [PATCH] Fix storage buses attached to Transmutation interfaces referring to modules instead --- src/main/java/gripe/_90/appliede/me/misc/EMCInterfaceLogic.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/gripe/_90/appliede/me/misc/EMCInterfaceLogic.java b/src/main/java/gripe/_90/appliede/me/misc/EMCInterfaceLogic.java index 0663457..2626b8d 100644 --- a/src/main/java/gripe/_90/appliede/me/misc/EMCInterfaceLogic.java +++ b/src/main/java/gripe/_90/appliede/me/misc/EMCInterfaceLogic.java @@ -372,7 +372,7 @@ public long insert(AEKey what, long amount, Actionable mode, IActionSource sourc @Override public Component getDescription() { - return storage.getDescription(); + return AppliedE.EMC_INTERFACE.get().getName(); } } }