From 1caca955e49b960be5e69a8fd9cc09343ee85dc2 Mon Sep 17 00:00:00 2001 From: Cloudburst Date: Thu, 6 May 2021 22:31:18 +0200 Subject: [PATCH] tiny cleanup --- src/main/java/cloudburst/rejects/aax/Etc/Config.java | 4 ---- .../java/cloudburst/rejects/screens/InteractionScreen.java | 2 -- 2 files changed, 6 deletions(-) diff --git a/src/main/java/cloudburst/rejects/aax/Etc/Config.java b/src/main/java/cloudburst/rejects/aax/Etc/Config.java index 2f669cc..d182693 100644 --- a/src/main/java/cloudburst/rejects/aax/Etc/Config.java +++ b/src/main/java/cloudburst/rejects/aax/Etc/Config.java @@ -3,8 +3,6 @@ package cloudburst.rejects.aax.Etc; import net.minecraft.block.Block; import net.minecraft.block.Blocks; -import static org.lwjgl.glfw.GLFW.GLFW_KEY_Y; -import static org.lwjgl.glfw.GLFW.GLFW_KEY_V; import java.io.IOException; @@ -17,8 +15,6 @@ public class Config { public static Block[] checkblocks = {Blocks.OBSIDIAN, Blocks.CLAY, Blocks.MOSSY_COBBLESTONE, Blocks.DIAMOND_ORE, Blocks.REDSTONE_ORE, Blocks.IRON_ORE, Blocks.COAL_ORE, Blocks.LAPIS_ORE, Blocks.GOLD_ORE, Blocks.EMERALD_ORE, Blocks.NETHER_QUARTZ_ORE}; - public static int kcScan = GLFW_KEY_Y; - public static int kcRemove = GLFW_KEY_V; } diff --git a/src/main/java/cloudburst/rejects/screens/InteractionScreen.java b/src/main/java/cloudburst/rejects/screens/InteractionScreen.java index 05200f4..eef8252 100644 --- a/src/main/java/cloudburst/rejects/screens/InteractionScreen.java +++ b/src/main/java/cloudburst/rejects/screens/InteractionScreen.java @@ -6,7 +6,6 @@ import java.util.HashMap; import java.util.function.Consumer; import cloudburst.rejects.modules.InteractionMenu; -import minegame159.meteorclient.MeteorClient; import minegame159.meteorclient.systems.commands.commands.PeekCommand; import minegame159.meteorclient.systems.modules.Modules; @@ -17,7 +16,6 @@ import net.minecraft.entity.*; import net.minecraft.entity.mob.EndermanEntity; import net.minecraft.entity.passive.*; import net.minecraft.entity.player.PlayerEntity; -import net.minecraft.entity.player.PlayerInventory; import net.minecraft.entity.vehicle.StorageMinecartEntity; import net.minecraft.inventory.SimpleInventory; import net.minecraft.item.ItemStack;