Skip to content

Commit

Permalink
Spotless apply
Browse files Browse the repository at this point in the history
  • Loading branch information
Minecraftschurli committed Jul 1, 2024
1 parent 14fda7f commit 9071f41
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ public static void register(RegisterEvent evt) {
evt.register(Registries.ITEM, rh -> {
PatchouliItems.submitItemRegistrations(rh::register);
});
evt.register(Registries.TRIGGER_TYPE, rh -> PatchouliCriteriaTriggers.submitTriggerRegistrations(rh::register));
}
evt.register(Registries.TRIGGER_TYPE, rh -> PatchouliCriteriaTriggers.submitTriggerRegistrations(rh::register));
}

@SubscribeEvent
public static void processCreativeTabs(BuildCreativeModeTabContentsEvent evt) {
Expand Down

0 comments on commit 9071f41

Please sign in to comment.