Skip to content
This repository was archived by the owner on Jun 3, 2024. It is now read-only.

Commit 312abd7

Browse files
committed
oops
1 parent 67dfceb commit 312abd7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

patchwork-dispatcher/src/main/java/com/patchworkmc/api/redirects/itemgroup/PatchworkItemGroup.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ private static int getNewArrayIndex() {
3737
return GROUPS.length - 1;
3838
}
3939

40-
// Note: uncomment this in dev
40+
/*// Note: uncomment this in dev
4141
public net.minecraft.item.ItemStack createIcon() {
4242
return method_7750();
4343
}
4444
4545
// TODO: Missing required classpath information in remapper!
46-
public abstract net.minecraft.item.ItemStack method_7750();
46+
public abstract net.minecraft.item.ItemStack method_7750();*/
4747
}

0 commit comments

Comments
 (0)