diff --git a/eco-core/core-plugin/src/main/kotlin/com/willfp/ecopets/EcoPetsPlugin.kt b/eco-core/core-plugin/src/main/kotlin/com/willfp/ecopets/EcoPetsPlugin.kt index 689dae4..c649e93 100644 --- a/eco-core/core-plugin/src/main/kotlin/com/willfp/ecopets/EcoPetsPlugin.kt +++ b/eco-core/core-plugin/src/main/kotlin/com/willfp/ecopets/EcoPetsPlugin.kt @@ -12,7 +12,13 @@ import com.willfp.ecopets.libreforge.EffectPetXpMultiplier import com.willfp.ecopets.libreforge.FilterPet import com.willfp.ecopets.libreforge.TriggerGainPetXp import com.willfp.ecopets.libreforge.TriggerLevelUpPet -import com.willfp.ecopets.pets.* +import com.willfp.ecopets.pets.DiscoverRecipeListener +import com.willfp.ecopets.pets.PetDisplay +import com.willfp.ecopets.pets.PetLevelListener +import com.willfp.ecopets.pets.Pets +import com.willfp.ecopets.pets.SpawnEggHandler +import com.willfp.ecopets.pets.activePet +import com.willfp.ecopets.pets.activePetLevel import com.willfp.ecopets.pets.entity.ModelEnginePetEntity import com.willfp.ecopets.pets.entity.PetEntity import com.willfp.libreforge.SimpleProvidedHolder