This repository has been archived by the owner on Jun 1, 2024. It is now read-only.
Releases: gmitch215/MobChip
Releases · gmitch215/MobChip
MobChip v1.10.1
MobChip v1.10.1
Bug Fixes
- Fix Broken
AnimalPanic
classes in 1.14.4-1.16.5
Dependency Changes
- Bump jvm from 1.9.23 to 1.9.24 by @dependabot in #123
- Bump org.mockito:mockito-core from 5.11.0 to 5.12.0 by @dependabot in #126
- Bump jvm from 1.9.24 to 2.0.0 by @dependabot in #127
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
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
MobChip v1.9.5
New Features
- EntityController#deltaMovement
Bug Fixes
- Fix Navigation Issues
- Add Support for
testing/no-relocation
on Paper (#112)
Other Additions
Full Changelog: 1.9.4...1.9.5
MobChip v1.9.4
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
MobChip v1.9.2
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 fixmoveTo
, remove confusing methods fornaturalMoveTo
MobChip v1.9.1
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
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 frommobchip-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
MobChip v1.8.1
Major Changes
- Project Orientation Changes
- Update Bug Report Form
Bug Fixes
- Fix Attribute Registry Issues (#46) by @GoldenShad0w
New Additions
- More CombatEntry Constructors & CombatEntry Builder
- Sensing package-info.java
MobChip v1.8.0
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