Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Commit

Permalink
1.20.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jwkerr committed Nov 17, 2023
1 parent 8f46e46 commit 6f70d1d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ org.gradle.parallel=true

# Fabric Properties
# check these on https://fabricmc.net/develop
minecraft_version=1.20.1
yarn_mappings=1.20.1+build.9
loader_version=0.14.21
minecraft_version=1.20.2
yarn_mappings=1.20.2+build.4
loader_version=0.14.24

# Mod Properties
mod_version = 1.6.0
maven_group = com.fwloopins
archives_base_name = tabby-1.20.1

# Dependencies
fabric_version=0.84.0+1.20.1
fabric_version=0.90.7+1.20.2
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
import java.util.List;

@Mixin(PlayerListHud.class)
public abstract class PlayerListHudMixin {
public class PlayerListHudMixin {
@Shadow @Final private MinecraftClient client;
@Unique final List<String> colours = new ArrayList<>(Arrays.asList("DARK_RED", "RED", "GOLD", "YELLOW", "DARK_GREEN", "GREEN", "AQUA", "DARK_AQUA", "DARK_BLUE", "BLUE", "LIGHT_PURPLE", "DARK_PURPLE", "WHITE", "GRAY", "DARK_GRAY", "BLACK"));
@Shadow @Nullable private Text footer;
Expand Down

0 comments on commit 6f70d1d

Please sign in to comment.