Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ public boolean showButton() {
// options

public final BooleanOption showOwnNametag = new BooleanOption("showOwnNametag", false);
public final BooleanOption alwaysRenderNametags = new BooleanOption("alwaysRenderNametags", false);
public final BooleanOption useShadows = new BooleanOption("useShadows", false);
public final BooleanOption nametagBackground = new BooleanOption("nametagBackground", true);

Expand Down Expand Up @@ -128,7 +127,6 @@ public DolphinClientConfigCommon() {
rendering.add(nametagOptions);

nametagOptions.add(showOwnNametag);
nametagOptions.add(alwaysRenderNametags);
nametagOptions.add(useShadows);
nametagOptions.add(nametagBackground);

Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,6 @@
"allocated": "Allocated",
"alwaysCrit": "Always Show",
"alwaysCrit.tooltip": "Whether to always emit these particles when hitting.",
"alwaysRenderNametags": "Always Render Name Tags",
"alwaysRenderNametags.tooltip": "Renders entity name tags even when you aren't looking at them.",
"alwaysShowHeadLayer": "Always Show Hat Layer",
"anchorpoint": "Anchor Point",
"applyBlend": "Apply Blending",
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

2 changes: 0 additions & 2 deletions versions/1.8.9/src/main/resources/axolotlclient.mixins.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
"InGameHudMixin",
"ItemEntityMixin",
"ItemEntityRendererMixin",
"ItemFrameRendererMixin",
"KeyBindAccessor",
"KeyBindingMixin",
"KeyboardInputMixin",
Expand All @@ -45,7 +44,6 @@
"LocalRemoteClientPlayerEntityMixin",
"MinecraftClientAccessor",
"MinecraftClientMixin",
"MobRendererMixin",
"ParticleAccessor",
"ParticleManagerMixin",
"PlayerEntityMixin",
Expand Down