Skip to content

Commit

Permalink
Move mappings to correct package
Browse files Browse the repository at this point in the history
  • Loading branch information
Sychic committed Aug 17, 2024
1 parent fb81f49 commit 968ada7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 0 additions & 2 deletions mappings/net/minecraft/TextRenderer.mapping

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
CLASS net/minecraft/class_1015 net/minecraft/GlStateManager
CLASS net/minecraft/class_1015 net/minecraft/client/GlStateManager
FIELD field_5020 COLOR_MASK Lnet/minecraft/class_1015$class_1022;
FIELD field_5021 DEPTH Lnet/minecraft/class_1015$class_1026;
FIELD field_5024 COLOR_LOGIC Lnet/minecraft/class_1015$class_1021;
Expand Down
2 changes: 2 additions & 0 deletions mappings/net/minecraft/client/TextRenderer.mapping
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
CLASS net/minecraft/class_0_681 net/minecraft/client/TextRenderer
METHOD method_0_2381 getWidth (Ljava/lang/String;)I

0 comments on commit 968ada7

Please sign in to comment.