Skip to content

Releases: squeek502/AppleCore

AppleCore v1.3.3

11 Jun 04:45
Compare
Choose a tag to compare

1.9.4 version only

  • Fixed AppleCore replacing the health regen system with the pre-1.9 health regen system
  • API: Added events for controlling the new 1.9 health regen system
    • Added HealthRegenEvent.AllowSaturatedRegen, HealthRegenEvent.GetSaturatedRegenTickPeriod, and HealthRegenEvent.SaturatedRegen events
    • Added getSaturatedHealthRegenTickPeriod method to IAppleCoreAccessor

AppleCore v1.3.2

06 Jun 00:04
Compare
Choose a tag to compare
  • Added a version for Minecraft 1.9.4
  • Fix fertilization API breaking fertilization methods of certain classes
  • Fix incompatibility with sprinkles_for_vanilla

AppleCore v1.3.1

03 May 04:46
Compare
Choose a tag to compare
  • Make the 1.8.9 version compatible with latest Forge versions (thanks @GirafiStudios)
  • Protect against transforming null bytes
  • Band-aid fix for server crashes related to reflection of classes with inherited @SideOnly(Side.CLIENT) methods

AppleCore v1.3.0

25 Jan 04:54
Compare
Choose a tag to compare
  • Added a 1.8.9 compatible version (huge thanks to @GirafiStudios for doing most of the porting work)
  • Added config option show.food.values.in.tooltip.always
  • Added support for in-game config GUI
  • Added FertilizationEvent for controlling/reacting to plants being bonemealed
  • [1.7.10] Added previousMetadata field to PlantGrowthEvent.GrowthTick
    • Deprecated IAppleCoreDispatcher.announcePlantGrowth in favor of an overload with a previousMetadata param
    • Added IAppleCoreDispatcher.announcePlantGrowthWithoutMetadataChange
  • [1.7.10] Fixed netherwart growing past its default max metadata
  • [1.8.9] Added HungerRegenEvent.PeacefulRegen event

AppleCore v1.1.0

28 Jan 02:41
Compare
Choose a tag to compare

AppleCore v1.0.2

30 Dec 02:18
Compare
Choose a tag to compare
  • Added config option to disable adding the food stats debug overlay line ("show.food.stats.in.debug.overlay")
  • Made clients without AppleCore able to connect to a server with AppleCore (so that the server can sync exhaustion/etc to clients without all requiring all clients to have it installed)

AppleCore v1.0.1

31 Oct 02:36
Compare
Choose a tag to compare
  • Fixed crashes caused by checking if Cauldron was present in the environment
  • Fixed conflict with Thaumcraft's wand casting animation
  • Fixed a misleading error being printed when using recent TiC versions
  • Added various other crash protections

AppleCore v1.0.0

23 Sep 03:38
Compare
Choose a tag to compare
  • Initial release