Skip to content

Commit

Permalink
Comment out texture stitch event, we will re-evaluate this
Browse files Browse the repository at this point in the history
  • Loading branch information
shedaniel committed Nov 17, 2023
1 parent d309d26 commit 302dd74
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -354,10 +354,10 @@ public static void eventInputEvent(InputEvent.Key event) {

@OnlyIn(Dist.CLIENT)
public static class ModBasedEventHandler {
@SubscribeEvent(priority = EventPriority.HIGH)
public static void eventTextureStitchEvent(TextureStitchEvent.Post event) {
// @SubscribeEvent(priority = EventPriority.HIGH)
// public static void eventTextureStitchEvent(TextureStitchEvent.Post event) {
// ClientTextureStitchEvent.POST.invoker().stitch(event.getAtlas());
}
// }

@SubscribeEvent(priority = EventPriority.HIGH)
public static void event(FMLClientSetupEvent event) {
Expand Down

0 comments on commit 302dd74

Please sign in to comment.