Skip to content
This repository has been archived by the owner on Jun 1, 2024. It is now read-only.

Releases: gmitch215/MobChip

MobChip v1.10.1

27 May 19:37
bffcc51
Compare
Choose a tag to compare

MobChip v1.10.1

Bug Fixes

  • Fix Broken AnimalPanic classes in 1.14.4-1.16.5

Dependency Changes

Other Updates

  • Heavy Code Optimization
  • Utilize JDk 21 Features in 1_20_R4

Full Changelog: 1.10.0...1.10.1

MobChip v1.10.0

04 May 00:56
bba72d4
Compare
Choose a tag to compare

MobChip v1.10.0

New Features

  • Add 1.20.5 Support
    • Includes Base Support with 1.20.5 Attributes, Memories, and new features

Bug Fixes

  • Fix PathfinderBeg, PathfinderFollowFishLeader, and other Pathfinder Bugs
  • Various NBTSection-related Bugs
  • Fix Unreachable Code in various places

Other Updates

  • Update to Gradle 8.7 (#120) by @BySwiizen
  • Various Dependency Updates
  • Deprecated EntityBody#maxUpStep (exposed in Bukkit API)

Full Changelog: 1.9.5...1.10.0

MobChip v1.9.5

04 Feb 04:25
Compare
Choose a tag to compare

MobChip v1.9.5

New Features

  • EntityController#deltaMovement

Bug Fixes

  • Fix Navigation Issues
  • Add Support for testing/no-relocation on Paper (#112)

Other Additions

  • Various Dependency Updates
  • Change Targeted Versions (#113) by @datatags

Full Changelog: 1.9.4...1.9.5

MobChip v1.9.4

06 Dec 20:27
e6c3f69
Compare
Choose a tag to compare

MobChip v1.9.4

New Additions

  • Add 1.20.3 Support
    • Adds Breeze Behavior + Memories

Bug Fixes

  • Fix BlockPos not being converted From NMS

MobChip v1.9.3

07 Oct 00:30
3540675
Compare
Choose a tag to compare

New Features

  • Added Camel Behaviors

Bug Fixes

MobChip v1.9.2

21 Aug 00:32
Compare
Choose a tag to compare

MobChip v1.9.2

September 22, 2023 - Add 1.20.2 Support

New Features

  • Official Kotlin Extensions
    • For Kotlin Developers, QOL & Utility Kotlin Extensions are now available
  • Position is now Cloneable

Bug Fixes

  • Rework EntityController to fix moveTo, remove confusing methods for naturalMoveTo

MobChip v1.9.1

11 Jul 18:37
a6f1077
Compare
Choose a tag to compare

MobChip v1.9.1

Bug Fixes

  • Add Paper Compatibility with Optional Memory Types (#78) by @ShaneBeee
  • Fix PathfinderAvoidEntity API Parameters (#79)

New Features

  • Update PathfinderRemoveBlock Parameters (#80)

MobChip v1.9.0

21 May 05:13
Compare
Choose a tag to compare

MobChip v1.9.0

June 7, 2023 - Add 1.20 Support

Major Changes

  • Convert to Gradle | MobChip has upgraded to Gradle.
  • mobchip-bukkit sources contain sources from mobchip-base

Bug Fixes

  • Add Paper PathfinderGoal#getFlags Compatibility (#65)
  • Fix 1_19_R3 EntityGossipContainer Name
  • Fix EntityCombatTracker1_18_R1#hasLastDamageCancelled

New Additions

  • New EntityBody Methods
  • Other Minor Additions & Bug Fixes

MobChip v1.8.1

12 Mar 20:27
ce9fa79
Compare
Choose a tag to compare

MobChip v1.8.1

Major Changes

  • Project Orientation Changes
  • Update Bug Report Form

Bug Fixes

New Additions

  • More CombatEntry Constructors & CombatEntry Builder
  • Sensing package-info.java

MobChip v1.8.0

13 Feb 21:40
da816c5
Compare
Choose a tag to compare

MobChip v1.8.0

Major Changes

  • Project Organization Updates
  • Change JAR Versioning to MobChip-${version}-SNAPSHOT.jar
  • Fix MemoryStatus and Memory Documentation

Bug Fixes

  • Fix BukkitBrain#getBrain not getting DragonBrain properly

Additions

  • Create DragonBrain#getNearestCrystal, VillagerBrain#getEntity
  • Add Unit Memories
    • Memories that use their expiry as their value as opposed to something stored
  • Create PathfinderRandomStroll (only available on 1.19.3+)
  • Dependency Updates