Skip to content

AppleCore v2.2.0

Compare
Choose a tag to compare
@squeek502 squeek502 released this 19 Jun 23:43
· 27 commits to 1.10.2 since this release

[hotfix] v2.2.1 for Minecraft 1.12

  • Fixed crash on startup

For Minecraft 1.10.2/1.11.2/1.12

  • Add support for modifying max hunger (HungerEvent.GetMaxHunger / IAppleCoreAccessor.getMaxHunger)
    • If max hunger is modified, then the hunger on the HUD will be scaled accordingly (1 full hunger icon will be worth 1/10th of max hunger, regardless of what max hunger actually is)
    • If max hunger is modified, then max saturation is also set to the same value as max hunger
  • Add support for controlling exhaustion additions (ExhaustionEvent.ExhaustionAddition)
  • [1.12 only] Removed deprecated IAppleCoreDispatcher and related events (replaced by Forge's BlockEvent.CropGrowEvent)

For Minecraft versions < 1.10.2, see AppleCore v1.3.9