Skip to content

Welcome to the Apugli Documentation

This is also the TooManyOrigins and CursedOrigins documentation!

Before reading this documentation, please have a decent understanding of Apoli/Origins datapacking as this has information that builds from there. Read up on the Origins Documentation before asking any questions.

You can visit Apugli on CurseForge or Apugli on Modrinth to download Apugli.

You can visit TooManyOrigins on CurseForge or TooManyOrigins on Modrinth to download TooManyOrigins which includes Apugli as a library.

Likewise with TooManyOrigins you can visit CursedOrigins on CurseForge or CursedOrigins on Modrinth to download CursedOrigins which should also include Apugli as a library.

General Information

  • This entire documentation is accurate to v1.4.2 of Apugli, v0.4.2 of TooManyOrigins and v2.0.4 of CursedOrigins.
  • If you would like to discuss anything on this wiki or discuss the mods, feel free to join the Pug's Modzone Discord Server.
  • Thank you to Ultra for allowing me to use moborigins:nearby_entities from Mob Origins. I've expanded on this condition to make it more in line with apoli:block_in_radius but this condition saved me a lot of time.
  • You are able to use the ope namespace for any Apugli powers. This is also true for toomanyorigins and cursedorigins (2.0.0 and above only) if you have either mod installed.

TooManyOrigins Tags

  • Dragonborn gets which of the two abilities are used from the lightable tag. If you have any modded furnaces/campfires you are able to add them to the tag (toomanyorigins/tags/blocks/lightable).
  • If you would like to make an item not protect Undead when worn on their head you are able to add the item to the tag (toomanyorigins/tags/items/ignore_head_slot). Nothing is in this tag by default.
  • Hare gets what is considered a carrot from the tag (toomanyorigins/tags/items/carrots). If you have a modded carrot item or just want to give the hare a boost from eating something else you can add the food item to this tag.
  • Withered gets what is considered a regular seed through the (toomanyorigins/tags/items/crop_seeds) tag and gets what is considered a stem seed through the (toomanyorigins/tags/items/stem_seeds).

CursedOrigins Tags

  • Minotaur gets what blocks are considered edible through the (cursedorigins/tags/blocks/grass_blocks), (cursedorigins/tags/blocks/grasses) and (cursedorigins/tags/blocks/tall_grasses) tags, these tags have different food/saturation values. Wheat is coded into the power as it requires the wheat to be fully grown.
  • Minotaur gets what items are edible through the tags (cursedorigins/tags/items/grasses) and (cursedorigins/tags/items/tall_grasses_grains), these tags have different food/saturation values.
  • Minotaur gets what's considered an axe for its Axe Proficiency power through the tags (cursedorigins/tags/items/plus_one_axes) and (cursedorigins/tags/items/plus_two_axes) which boosts the axe's damage by 1 and 2 respectively.