Home - MerchantCalico/cursedorigins GitHub Wiki

Welcome to the CursedOrigins wiki!

This wiki assumes you have knowledge about Origins Datapack creation. If you don't have this knowledge, you can read up here: Origins Wiki

General Information:

  • Minotaur's Axe Proficiency is split into Low, Middle and High tiers. You are able to add your own axes to these files. The increases in damage through the tiers are +2, +3 and +4 respectively. (cursedorigins/tags/items/low_tier_axes.json) / (cursedorigins/tags/items/mid_tier_axes.json) / (cursedorigins/tags/items/high_tier_axes.json)
  • Minotaur gets what food items it doesn't disable through (cursedorigins/tags/items/minotaur_edible.json). If you do anything to the Minotaur edible config make sure to add/remove any items you modify there to this tag.

Credits Relating to Code:

  • Ultra (MobOrigins) for allowing me to use their nearby_entities entity condition.
  • TheMisteryMan, I was heavily referencing the edible item config code from their project.