This file contains hidden comments in its raw form. View this file raw or download and open it in a text editor to view them.
<DLC Template> is a Minecraft datapack!
This DLC depends on Elytras of Fire Lib and requires its installation in order to be used correctly.
Installing <DLC Template> is relatively simple:
- Download the datapack using the Releases tab on the right (this will be populated when the datapack is in a releasable state, which it is not as of writing this.)
- Open your world folder and place the downloaded folder into the "datapacks" folder. Make sure you have Elytras of Fire Lib in this same folder, or else this datapack will not work!
- Use
/reload
in-game to refresh your world. If you have installed it correctly, you will be met with a successful installation message.
And uninstalling <DLC Template> is even simpler:
-
Run the command
/function dlc:uninstall
. This will uninstall <DLC Template>, completely removing all elements that it uses* without affecting any other non-dependent DLCs. And that's it!*Always double-check that this DLC uninstalled correctly! <DLC Template> does its best to remove itself and its dependencies; if you find that it did not, please create an issue over on Github.
There are currently 3 tribes in <DLC Template>:
Tribes
Passive Abilities: <Passive Ability 1>
Primary Ability: <Primary Ability 1>
Secondary Ability: <Secondary Ability 1>
Tertiary Ability: <Tertiary Ability 1>
Innate Attributes:
- Effect 1
- Effect 2
- Effect 3
Passive Abilities: <Passive Ability 2>
Primary Ability: <Primary Ability 2>
Secondary Ability: <Secondary Ability 2>
Tertiary Ability: <Tertiary Ability 2>
Innate Attributes:
- Effect 1
- Effect 2
- Effect 3
Passive Abilities: <Passive Ability 3>
Primary Ability: <Primary Ability 3>
Secondary Ability: <Secondary Ability 3>
Tertiary Ability: <Tertiary Ability 3>
Innate Attributes:
- Effect 1
- Effect 2
- Effect 3
There are currently 3 passive abilities in <DLC Template>:
Passives
<Passive Ability 1> is a <Tribe 1> passive ability.
Level | Activation | Effect | Charge Duration | Cooldown |
---|---|---|---|---|
1 | --- | --- | --- | --- |
2 | --- | --- | --- | --- |
3 | --- | --- | --- | --- |
<Passive Ability 2> is a <Tribe 2> passive ability.
Level | Activation | Effect | Charge Duration | Cooldown |
---|---|---|---|---|
1 | --- | --- | --- | --- |
2 | --- | --- | --- | --- |
3 | --- | --- | --- | --- |
<Passive Ability 3> is a <Tribe 3> passive ability.
Level | Activation | Effect | Charge Duration | Cooldown |
---|---|---|---|---|
1 | --- | --- | --- | --- |
2 | --- | --- | --- | --- |
3 | --- | --- | --- | --- |
There are currently 9 unique abilities in DLC Template:
Primary Abilities
Ability | Tribes | Cooldown | Activation | Self Effects | Enemy Effects |
---|---|---|---|---|---|
<Primary Ability 1> | <Tribe 1> | --- | --- | --- | --- |
<Primary Ability 2> | <Tribe 2> | --- | --- | --- | --- |
<Primary Ability 3> | <Tribe 3> | --- | --- | --- | --- |
Secondary Abilities
Ability | Tribes | Cooldown | Activation | Self Effects | Enemy Effects |
---|---|---|---|---|---|
<Secondary Ability 1> | <Tribe 1> | --- | --- | --- | --- |
<Secondary Ability 2> | <Tribe 2> | --- | --- | --- | --- |
<Secondary Ability 3> | <Tribe 3> | --- | --- | --- | --- |
Tertiary Abilities
Ability | Tribes | Cooldown | Activation | Self Effects | Enemy Effects |
---|---|---|---|---|---|
<Tertiary Ability 1> | <Tribe 1> | --- | --- | --- | --- |
<Tertiary Ability 2> | <Tribe 2> | --- | --- | --- | --- |
<Tertiary Ability 3> | <Tribe 3> | --- | --- | --- | --- |
The following features of <DLC Template> are listed to prove IMP compliance, which are a set of suggested guidelines for Minecraft datapacks that ensure quality, compatibility, and optimal user and development experience.
Core Standards: Leave vanilla alone
List ALL overwriting changes you've made to the minecraft
namespace. It is recommended to limit changes or edits to this namespace to promote compatibility.
Core Standards: Namespace everything
All entity tags, custom items, scoreboard objectives, and storages used in <DLC Template> use the following namespaces to clarify association with Elytras of Fire:
eoflib
<namespace_1>
<namespace_2>
<...>
Documentation: Function headers
All functions utilise the IMP-recommended header to the best of my ability. I do not guarantee 100% accuracy.
Documentation: Function annotations
All functions utilise the appropriate IMP-recommended annotations to the best of my ability. I do not guarantee 100% accuracy.