Skip to content

Commit

Permalink
Update README & version
Browse files Browse the repository at this point in the history
  • Loading branch information
TangyKiwi committed Mar 10, 2024
1 parent 6ce94e1 commit 5aec93a
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 26 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ DiscordRPC ("_You use the hacc, then proudly quacc._")
<summary>Player</summary>
- AntiBlind<br>
- AntiHunger<br>
- ArmorSwap<br>
- AutoContainer<br>
- AutoTool<br>
</details>
Expand Down Expand Up @@ -138,7 +137,6 @@ DiscordRPC ("_You use the hacc, then proudly quacc._")
- ,vclip [blocks]

### TODO
- Fix alt manager Mojang/Microsoft login
- Other bugs in [Issues](https://github.com/TangyKiwi/KiwiClient/issues)

## Disclaimer
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ org.gradle.parallel=true
loader_version=0.15.0

# Mod Properties
mod_version = 8.15.52
mod_version = 8.15.53
maven_group = com.tangykiwi.kiwiclient
archives_base_name = kiwiclient

Expand Down
14 changes: 1 addition & 13 deletions src/main/java/com/tangykiwi/kiwiclient/KiwiClient.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
import com.tangykiwi.kiwiclient.command.CommandManager;
import com.tangykiwi.kiwiclient.modules.ModuleManager;
import com.tangykiwi.kiwiclient.modules.client.ClickGui;
import com.tangykiwi.kiwiclient.modules.player.ArmorSwap;
import com.tangykiwi.kiwiclient.util.*;
import com.tangykiwi.kiwiclient.util.discord.DiscordEventHandlers;
import com.tangykiwi.kiwiclient.util.discord.DiscordRPC;
Expand All @@ -13,32 +12,21 @@
import com.tangykiwi.kiwiclient.util.tooltip.EChestMemory;
import net.fabricmc.api.ModInitializer;
import net.fabricmc.fabric.api.client.keybinding.v1.KeyBindingHelper;
import net.fabricmc.fabric.api.event.player.UseItemCallback;
import net.fabricmc.fabric.api.resource.ResourceManagerHelper;
import net.fabricmc.loader.api.FabricLoader;
import net.minecraft.SharedConstants;
import net.minecraft.client.MinecraftClient;
import net.minecraft.client.network.ClientPlayerInteractionManager;
import net.minecraft.client.option.KeyBinding;
import net.minecraft.client.util.InputUtil;
import net.minecraft.client.util.math.MatrixStack;
import net.minecraft.entity.EquipmentSlot;
import net.minecraft.entity.mob.MobEntity;
import net.minecraft.item.Item;
import net.minecraft.item.ItemStack;
import net.minecraft.screen.slot.SlotActionType;
import net.minecraft.sound.SoundEvent;
import net.minecraft.sound.SoundEvents;
import net.minecraft.util.Hand;
import net.minecraft.util.Identifier;
import net.minecraft.util.TypedActionResult;
import org.lwjgl.glfw.GLFW;

public class KiwiClient implements ModInitializer {

private MinecraftClient mc;

public static String name = "KiwiClient " + SharedConstants.getGameVersion().getName(), version = "8.14.51";
public static String name = "KiwiClient " + SharedConstants.getGameVersion().getName(), version = "8.15.53";

public static DiscordRichPresence discordRPC;
public static DiscordRPC rpc = DiscordRPC.INSTANCE;
Expand Down

This file was deleted.

0 comments on commit 5aec93a

Please sign in to comment.