diff --git a/common/logs/latest.log b/common/logs/latest.log new file mode 100644 index 0000000000..095e5b0cbb --- /dev/null +++ b/common/logs/latest.log @@ -0,0 +1 @@ +[01:32:05] [Test worker/INFO]: Booting LaxPermissionValidator, permissions will be checked using Minecrafts permission level system, see https://minecraft.fandom.com/wiki/Permission_level diff --git a/common/src/main/kotlin/com/cobblemon/mod/common/entity/pokeball/EmptyPokeBallEntity.kt b/common/src/main/kotlin/com/cobblemon/mod/common/entity/pokeball/EmptyPokeBallEntity.kt index 8db7917f5d..2d5a16c4ff 100644 --- a/common/src/main/kotlin/com/cobblemon/mod/common/entity/pokeball/EmptyPokeBallEntity.kt +++ b/common/src/main/kotlin/com/cobblemon/mod/common/entity/pokeball/EmptyPokeBallEntity.kt @@ -75,6 +75,7 @@ import net.minecraft.util.math.Vec3d import net.minecraft.world.World import kotlin.properties.Delegates import java.util.* +import java.util.concurrent.CompletableFuture class EmptyPokeBallEntity : ThrownItemEntity, Poseable, WaterDragModifier { enum class CaptureState {