Skip to content

Commit

Permalink
1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
OzzyMar-DEV committed Mar 1, 2021
1 parent 049fcf7 commit 1723359
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.github.fxdevelopment</groupId>
<artifactId>FxHAAnnouncer</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.1</version>
<packaging>jar</packaging>

<description>Announces when a player catches a hidden ability pokemon!</description>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
package io.github.fxdevelopment.fxhaannouncer.listeners;

import com.pixelmonmod.pixelmon.api.enums.ReceiveType;
import com.pixelmonmod.pixelmon.api.events.CaptureEvent;
import com.pixelmonmod.pixelmon.api.events.PixelmonReceivedEvent;
import com.pixelmonmod.pixelmon.api.pokemon.Pokemon;
import com.pixelmonmod.pixelmon.entities.pixelmon.EntityPixelmon;
import io.github.fxdevelopment.fxhaannouncer.FxHAAnnouncer;
import net.minecraft.entity.EnumCreatureType;
import net.minecraftforge.fml.common.eventhandler.SubscribeEvent;
import org.spongepowered.api.Sponge;
import org.spongepowered.api.entity.living.player.Player;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package io.github.fxdevelopment.fxhaannouncer.utils;

import com.pixelmonmod.pixelmon.api.pokemon.Pokemon;
import com.pixelmonmod.pixelmon.entities.pixelmon.EntityPixelmon;

public class PokemonUtils {
public boolean hasHA(Pokemon pokemon) {
Expand Down

0 comments on commit 1723359

Please sign in to comment.