-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathcurseforge.html
41 lines (32 loc) · 3.23 KB
/
curseforge.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<p style="text-align:center;"><a href="https://dawnteammc.github.io/" rel="nofollow"><img alt="Dawn API" width="1344" src="https://dawnteammc.github.io/dawn_api/images/header.png"/></a></p>
<p style="text-align:center">
<a href="https://discord.gg/8ksTVJu" rel="nofollow"><img src="https://img.shields.io/discord/504608980799062036?label=&color=424549&labelColor=7289da&style=for-the-badge&logo=Discord&logoColor=DDE4EF" alt="Dawn Team Discord"></a>
<a href="https://twitter.com/DawnTeamMC" rel="nofollow"><img src="https://img.shields.io/twitter/follow/DawnTeamMC?label=&color=424549&labelColor=1DA1F2&style=for-the-badge&logo=Twitter&logoColor=DDE4EF" alt="Dawn Team Twitter"></a>
</p>
<p>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.<br>
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.</p>
<p><strong>You can visit the <a href="https://github.com/DawnTeamMC/DawnAPI">GitHub repository of the Dawn API for more information</a>.</strong><p>
<p style="text-align:center;"><img width="1344" src="https://dawnteammc.github.io/dawn_api/images/break.png"/></p>
<h2>👾 Features</h2>
<p>
Other than being a useful API, the Dawn API is also bundled with some in-game tools too:
</p>
<ul>
<li><code>/health</code> - A command that allows easy control over an entity's health.</li>
<li><code>/foodbar</code> - A command that allows easy control over an entity's food/saturation points.</li>
<li><code>/motion</code> - A command that allows easy control over an entity's motion (velocity).</li>
<li><code>/export</code> - A command that can export information/files of the game's content.</li>
<li>A custom TNT entity with more NBT data parameters than the vanilla TNT entity.</li>
<li>A flying block entity which reflects the flying counterpart of the vanilla falling block entity.</li>
</ul>
<p style="text-align:center;"><img width="1344" src="https://dawnteammc.github.io/dawn_api/images/break.png"/></p>
<h2>🎮 Our Mods</h2>
<p style="text-align:center">
<a href="https://www.curseforge.com/minecraft/mc-mods/promenade"><img alt="Promenade" width="250" src="https://dawnteammc.github.io/promenade/images/header_small.png"></a><br><br>
<a href="https://www.curseforge.com/minecraft/mc-mods/culinaire"><img alt="Culinaire" width="250" src="https://dawnteammc.github.io/culinaire/images/header_small.png"></a><br><br>
<a href="https://www.curseforge.com/minecraft/mc-mods/artisanat"><img alt="Artisanat" width="250" src="https://dawnteammc.github.io/artisanat/images/header_small.png"></a><br><br>
<a href="https://www.curseforge.com/minecraft/mc-mods/mubble"><img alt="Mubble" width="250" src="https://dawnteammc.github.io/mubble/images/header_small.png"></a><br><br>
<a href="https://www.curseforge.com/minecraft/mc-mods/universal-ores-fabric"><img alt="Universal Ores" width="250" src="https://dawnteammc.github.io/universal_ores/images/header_small.png"></a>
</p>
<p style="text-align:center;"><img width="1344" src="https://dawnteammc.github.io/dawn_api/images/break.png"/></p>
<p style="font-size:12px; text-align:center">The Dawn API is made for Fabric, and currently not for Forge.</p>