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
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
- 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