CyclopsMC/EverlastingAbilities

DataPack Special Abilities

Closed this issue · 3 comments

Once again, thanks for all the hard work.

Issue type:

  • ❓ Question

Question:

For a special ability, what are the "type", "name", and "effect" attributes in the data pack JSON? I've been walking the source and I think it would be something like this, but I would like to confirm.


{
  "type": "everlastingabilities:special_step_assist",
  "target": "self",
  "name": "ability.everlastingabilities.step_assist",
  "rarity": "rare",
   "effect": "everlastingabilities:stepAssist",
   "force_default_step_height": true
}

Someone will answer your question soon. In the meantime, you might be able to get help more quickly on our Discord server.

I'll probably have the same question for the other special abilities as well.

All of those should be explained on the wiki: https://github.com/CyclopsMC/EverlastingAbilities/wiki/Ability-datapacks
Is the description there insufficient?

GitHub
Entry for The Modding Trials 2016. Contribute to CyclopsMC/EverlastingAbilities development by creating an account on GitHub.