Skip to content

Releases: DawnTeamMC/DawnAPI

Dawn API v5.0.0

23 Jun 10:22
Compare
Choose a tag to compare

The Dawn API has been updated to run on Minecraft 1.20 and 1.20.1! Mods using this library may as well update to these versions.
Changelogs will now be fancier thanks to the establishment of a new workflow. This workflow also allows updates to be more easy to make.

This is also the first update of the library since I've passed 15 million downloads across all my mods!! Thank you all for the support! 😁

Code changes

  • Updated the DawnFactory class to allow for more extensive usages.
  • Updated GitHub actions
    • Now automatically sends the latest beta translations to Crowdin
    • Now automatically releases the mod on multiple platforms when a GitHub release is created.

Fixed bugs

  • #35 - Custom wall signs don't drop anything

Dawn API v5.0.0-beta.1

18 Jun 08:39
2b3d5c2
Compare
Choose a tag to compare
Pre-release

Technical changes

The mod has been updated to run on Minecraft 1.20 and 1.20.1.

Code changes

  • Updated the DawnFactory class to allow for more extensive usages.
  • Updated GitHub workflows
    • Now automatically sends the latest beta translations to Crowdin
    • Now automatically releases the mod on multiple platforms when a GitHub release is created.

This will fasten development as it now requires less effort to syncronize and publish the mod.
This also allows for a better changelogs such as this one.

Fixed bugs

  • #35 - Custom wall signs don't drop anything

Dawn API v4.2.1

06 May 10:11
Compare
Choose a tag to compare
  • Fixed the critical issue of client-server desync

Dawn API v4.2.0

26 Mar 10:29
Compare
Choose a tag to compare
  • Updated to 1.19.4
  • /health add no longer deals damage with negative values

Dawn API v4.1.1

08 Feb 08:36
Compare
Choose a tag to compare
  • Fix a crash with Promenade

Dawn API v4.1.0

14 Jan 16:27
Compare
Choose a tag to compare
  • Rework the shape system to allow for more possibilities
  • Add a useful class to add reloadable resources
  • Embed Cloth Config again

Dawn API v4.0.0

29 Dec 18:02
Compare
Choose a tag to compare
  • Updated for 1.19.3
  • Remove the whole internal creator system in favor of a generalized registrar and factory utility classes, as well as DawnBlockSettings and DawnItemSettings
  • Added the Shapes system
  • Added /shape
  • Port some useful classes that were used in Promenade

Dawn API v3.5.0

01 Jul 14:09
Compare
Choose a tag to compare
  • Added BoneMealSpreadable and DynamicSaplingGenerator interfaces
  • Internal but important and breaking changes to some classes

Dawn API v3.4.0

30 Jun 10:43
Compare
Choose a tag to compare
  • Updated to 1.19
  • Added CatVariantCreator
  • Added FrogVariantCreator
  • Added BannerPatternCreator
  • Fixed #26: Crash with MemoryLeakFix mod

Dawn API v3.3.2

28 Jun 11:34
Compare
Choose a tag to compare
  • Fix #26: Crash with MemoryLeakFix