1
This commit is contained in:
parent
204efdf3ce
commit
5995b7bcd9
|
|
@ -333,7 +333,7 @@ public abstract class GuiExPatternTerminalMixin extends AEBaseScreen<AEBaseMenu>
|
||||||
this.addToLeftToolbar(this.eap$toggleSlotsButton);
|
this.addToLeftToolbar(this.eap$toggleSlotsButton);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Inject(method = "init", at = @At("TAIL"), remap = false)
|
@Inject(method = "init", at = @At("TAIL"), remap = false, require = 0)
|
||||||
private void eap$onInit(CallbackInfo ci) {
|
private void eap$onInit(CallbackInfo ci) {
|
||||||
// 清理旧的打开UI按钮
|
// 清理旧的打开UI按钮
|
||||||
this.eap$openUIButtons.values().forEach(this::removeWidget);
|
this.eap$openUIButtons.values().forEach(this::removeWidget);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user