Skip to content

Instantly share code, notes, and snippets.

View chaarlottte's full-sized avatar
👾

charlotte chaarlottte

👾
View GitHub Profile
@chaarlottte
chaarlottte / ExampleClient.json
Created August 31, 2023 16:05
Credit to Eric Golde originally :)
{
"id": "ExampleClient",
"time": "2014-09-02T01:24:35-07:00",
"releaseTime": "2014-09-02T01:24:35-07:00",
"type": "release",
"minecraftArguments": "--username ${auth_player_name} --version ${version_name} --gameDir ${game_directory} --assetsDir ${assets_root} --assetIndex ${assets_index_name} --uuid ${auth_uuid} --accessToken ${auth_access_token} --userProperties ${user_properties} --userType ${user_type}",
"libraries": [
{
"name": "com.mojang:netty:1.6"
},
import java.util.UUID;
import com.mojang.authlib.Agent;
import com.mojang.authlib.AuthenticationService;
import com.mojang.authlib.UserAuthentication;
import com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService;
import com.mojang.util.UUIDTypeAdapter;
import net.minecraft.client.Minecraft;
import net.minecraft.util.Session;

Keybase proof

I hereby claim:

  • I am chaarlottte on github.
  • I am cx2 (https://keybase.io/cx2) on keybase.
  • I have a public key ASD24TMVH17TGU9ULU4dSv2Tux8sih4myTnk6bUcrkxwoAo

To claim this, I am signing this object:

/**
* @name Solana
* @version 1.0.11
* @author Disease#3749
* @authorId 678469587444170762
* @description macOS with barely any customization.
* @source https://github.com/maenDisease/BetterDiscordStuff/tree/main/Themes/Solana
* @invite BShu37e4jg
* @website https://maendisease.github.io/
*/
switch (ItemRenderer.ItemRenderer$1.field_178094_a[enumaction.ordinal()])
{
case 1:
this.transformFirstPersonItem(f, 0.0F);
break;
case 2:
case 3:
this.func_178104_a(entityplayersp, partialTicks);
this.transformFirstPersonItem(f, f1);
break;
@chaarlottte
chaarlottte / DraggableComponent.java
Last active August 16, 2023 14:46
Draggable Component made by someone i dont remember
import net.minecraft.client.Minecraft;
import net.minecraft.client.gui.Gui;
import org.lwjgl.input.Mouse;
public class DraggableComponent {
private int x;
private int y;
private int width;