Skip to content

Commit

Permalink
lay egg
Browse files Browse the repository at this point in the history
  • Loading branch information
AViewFromTheTop committed Jan 14, 2025
1 parent 42106bb commit c6a3d9b
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
import java.util.Optional;
import net.frozenblock.wilderwild.entity.Penguin;
import net.frozenblock.wilderwild.registry.WWActivities;
import net.frozenblock.wilderwild.registry.WWBlocks;
import net.frozenblock.wilderwild.registry.WWEntityTypes;
import net.frozenblock.wilderwild.registry.WWMemoryModuleTypes;
import net.frozenblock.wilderwild.registry.WWSensorTypes;
Expand Down Expand Up @@ -164,6 +165,7 @@ private static void initCoreActivity(@NotNull Brain<Penguin> brain) {
new AnimalPanic<>(2F),
new LookAtTargetSink(45, 90),
new MoveToTargetSink(),
new PenguinLayEgg(WWBlocks.PENGUIN_EGG),
new CountDownCooldownTicks(MemoryModuleType.TEMPTATION_COOLDOWN_TICKS),
new CountDownCooldownTicks(MemoryModuleType.LONG_JUMP_COOLDOWN_TICKS),
new CountDownCooldownTicks(WWMemoryModuleTypes.IDLE_TIME),
Expand Down

0 comments on commit c6a3d9b

Please sign in to comment.