Skip to content

AppleCore v2.1.0

Compare
Choose a tag to compare
@squeek502 squeek502 released this 13 Nov 04:52
· 59 commits to 1.10.2 since this release
  • Fixed support for Forge 2123+ (closes #80)
    • Set minimum Forge version to 12.18.2.2123
    • AppleCore's PlantGrowthEvent has been fully deprecated in favor of Forge's new CropGrowEvent
    • AppleCoreAPI.dispatcher will now fire the relevant Forge events, and the relevant Forge events will in turn trigger the relevant deprecated AppleCore events. This ensures forwards compatibility for users of the dispatcher, and backwards compatibility for listeners of the AppleCore events
    • Removed all ASM related to AppleCore's growth events, meaning that any blocks that AppleCore fired events for that Forge doesn't will not work until Forge fires those events (this is currently the case for saplings)
    • Bumped API version to 2.2.0

For AppleCore for earlier Minecraft versions, see previous releases or CurseForge

Note that in AppleCore >= 2.0.0, the HUD features were split into a separate standalone mod named AppleSkin