
Dawn API
API that facilitates the creation of features.
Обновлён 23 июня 2023 г. · опубликован 24 декабря 2020 г.
The Dawn API is a library mod for the latest version of Minecraft that adds utility classes for constructing a typical mod for the Dawn Team.
It is designed to be handy and ease with the creation of any feature in the game through builder classes, and a variety of tools for data fixing.
You can visit the GitHub repository of the Dawn API for more information.
👾 Features
Other than being a useful API, the Dawn API is also bundled with some in-game tools too:
/health- A command that allows easy control over an entity's health./foodbar- A command that allows easy control over an entity's food/saturation points./motion- A command that allows easy control over an entity's motion (velocity)./export- A command that can export information/files of the game's content.- A custom TNT entity with more NBT data parameters than the vanilla TNT entity.
- A flying block entity which reflects the flying counterpart of the vanilla falling block entity.
❤️ Support
You can support the Dawn API on the Patreon page of the founder, main developer and maintainer of the Dawn Team mods (Hugman).
By supporting Hugman, you can get access to the following:
- Vote for the next features to be added to the Dawn Team mods
- Get exclusive screenshots of the next features to be added to Dawn Team mods
- Get early access to the latest beta versions of Dawn Team mods with new features
- Get early access to new mods from the Dawn Team mods
We do not want to lock any in-game feature of the Dawn Team mods behind a paywall, because we believe that any Minecraft mod should forever remain free to download and fully exploit/use.
Supporting via Patreon is a more of way to help Hugman to continue to improve the mods and show the gratitude you might have towards Hugman's work.
Some money you donate may be used to pay for new features, such as music or art, but not all of it.
Версии
| Версия | Канал | Игра | Загрузчики | Дата | Скачать |
|---|---|---|---|---|---|
| v5.0.0 | Релиз | 1.20, 1.20.1, 1.20.2 | fabric, quilt | 23 июня 2023 г. | .jar (1.3 МБ) |
| v5.0.0-beta.1 | Бета | 1.20, 1.20.1 | fabric, quilt | 18 июня 2023 г. | .jar (1.3 МБ) |
| 4.2.1 | Релиз | 1.19.4 | fabric, quilt | 6 мая 2023 г. | .jar (1.2 МБ) |
| 4.2.0 | Релиз | 1.19.4 | fabric, quilt | 26 марта 2023 г. | .jar (1.2 МБ) |
| 4.1.1 | Релиз | 1.19.3 | fabric | 8 февраля 2023 г. | .jar (1.2 МБ) |
| 4.1.0 | Релиз | 1.19.3 | fabric | 14 января 2023 г. | .jar (1.2 МБ) |
| 4.0.0 | Релиз | 1.19.3 | fabric | 29 декабря 2022 г. | .jar (275 КБ) |
| 3.5.0 | Релиз | 1.19, 1.19.1, 1.19.2 | fabric | 1 июля 2022 г. | .jar (1.1 МБ) |
| 3.4.0 | Релиз | 1.19 | fabric | 30 июня 2022 г. | .jar (1.1 МБ) |
| 3.3.2 | Релиз | 1.18.2 | fabric | 28 июня 2022 г. | .jar (1.1 МБ) |
| 3.3.1 | Релиз | 1.18.2 | fabric | 26 мая 2022 г. | .jar (1.1 МБ) |
| 3.3.0 | Релиз | 1.18.2 | fabric | 28 марта 2022 г. | .jar (1.1 МБ) |
| 3.2.0 | Релиз | 1.18, 1.18.1 | fabric | 21 декабря 2021 г. | .jar (1.1 МБ) |
| 3.1.0 | Релиз | 1.18, 1.18.1 | fabric | 1 декабря 2021 г. | .jar (1.0 МБ) |
| 3.0.0 | Релиз | 1.18-pre7 | fabric | 23 ноября 2021 г. | .jar (1.0 МБ) |
Показаны последние 15 из 28 версий. Все версии — на Modrinth.
Ченджлог
v5.0.0Релиз1.20, 1.20.1, 1.20.2 · 23 июня 2023 г.
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
DawnFactoryclass 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
v5.0.0-beta.1Бета1.20, 1.20.1 · 18 июня 2023 г.
Technical changes
The mod has been updated to run on Minecraft 1.20 and 1.20.1.
Code changes
- Updated the
DawnFactoryclass 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
4.2.1Релиз1.19.4 · 6 мая 2023 г.
- Fixed the critical issue of client-server desync
4.2.0Релиз1.19.4 · 26 марта 2023 г.
- Updated to 1.19.4
/health addno longer deals damage with negative values
4.1.1Релиз1.19.3 · 8 февраля 2023 г.
- Fix a crash with Promenade
4.1.0Релиз1.19.3 · 14 января 2023 г.
- Rework the shape system to allow for more possibilities
- Add a useful class to add reloadable resources
- Embed Cloth Config again
4.0.0Релиз1.19.3 · 29 декабря 2022 г.
- 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
3.5.0Релиз1.19, 1.19.1, 1.19.2 · 1 июля 2022 г.
- Added BoneMealSpreadable and DynamicSaplingGenerator interfaces
- Internal but important and breaking changes to some classes
Полная история изменений — на Modrinth.
Комментарии
Загружаем…
