Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
Hendrix-Shen committed Apr 8, 2023
1 parent fdb2875 commit b7f924a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -107,11 +107,6 @@ protected void init() {
}

//#if MC > 11904
//$$ // @Override
//$$ // protected void repositionElements() {
//$$ // FrameLayout.centerInRectangle(this.layout, this.getRectangle());
//$$ // }
//$$
//$$ @Override
//$$ public @NotNull Component getNarrationMessage() {
//$$ return CommonComponents.joinForNarration(this.title, this.reason);
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
package top.hendrixshen.tweakmyclient.util;

import com.google.common.collect.Lists;
import com.google.common.collect.Maps;
import com.mojang.blaze3d.systems.RenderSystem;
import com.mojang.blaze3d.vertex.*;
import lombok.Getter;
import lombok.Setter;
import net.minecraft.client.Minecraft;
import net.minecraft.client.gui.components.Button;
import net.minecraft.client.gui.screens.ConnectScreen;
import net.minecraft.client.gui.screens.Screen;
import net.minecraft.client.multiplayer.ServerData;
Expand All @@ -18,17 +16,11 @@
import org.jetbrains.annotations.NotNull;
import top.hendrixshen.magiclib.compat.minecraft.api.blaze3d.vertex.VertexFormatCompatApi;
import top.hendrixshen.magiclib.compat.minecraft.api.network.chat.ComponentCompatApi;
import top.hendrixshen.magiclib.util.ReflectUtil;
import top.hendrixshen.tweakmyclient.TweakMyClient;
import top.hendrixshen.tweakmyclient.TweakMyClientReference;

import java.util.LinkedHashMap;
import java.util.List;

//#if MC > 11904
//$$ import net.minecraft.client.gui.layouts.GridLayout;
//#endif

//#if MC < 11903
//$$ import net.minecraft.network.chat.contents.TranslatableContents;
//#endif
Expand Down

0 comments on commit b7f924a

Please sign in to comment.