Skip to content

Commit d772a2d

Browse files
committed
Github Issue Triage Spotless
1 parent 526ad40 commit d772a2d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/com/ghostipedia/cosmiccore/common/food/FoodSlotLogic.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ public static void onFinishUsingItem(LivingEntityUseItemEvent.Finish event) {
7070
private static void stripVanillaFoodEffects(ServerPlayer player, ItemStack stack) {
7171
FoodProperties props = stack.get(DataComponents.FOOD);
7272
if (props == null) return;
73-
//TODO: A PROPER EFFECT DENIAL REGISTRY AT SOME POINT
73+
// TODO: A PROPER EFFECT DENIAL REGISTRY AT SOME POINT
7474
boolean defined = CosmicFoodRegistry.isDefined(stack.getItem());
7575
boolean replacesAbsorption = CosmicFoodRegistry.get(stack).effects().stream()
7676
.anyMatch(spec -> spec.effect().is(MobEffects.ABSORPTION));

0 commit comments

Comments
 (0)