Skip to content

Secret Life Tasks Config

Config Files Only

For now, Secret Life Tasks and task rewards can only be configured via the config files, and not the in-game GUI.

Configuring Tasks

Tasks can be customized in the config files:

  • config/lifeseries/secretlife/easy_tasks.json
  • config/lifeseries/secretlife/hard_tasks.json
  • config/lifeseries/secretlife/red_tasks.json

Important

Make sure you follow the existing syntax of the JSON files, or it will not work.


Configuring Task Rewards

Task Rewards are stored as a minecraft loot table, and can be customized in the config file:

  • config/lifeseries/secretlife/task_reward_loottable_<version>.json

<version> is the major minecraft version you are using, for example 1.21.9.

TIP

I recommend using a loot table editor, such as the Misode Loot Table Generator, to modify the loot table.

Important

Make sure you follow the existing syntax of the JSON files, or it will not work.

Loot tables per task type

You can also have different rewards for different task types.

Easy tasks are in this loot table (as mentioned above): config/lifeseries/secretlife/task_reward_loottable_<version>.json

Hard tasks are in this loot table: config/lifeseries/secretlife/task_reward_loottable_<version>_hard.json

Red tasks are in this loot table: config/lifeseries/secretlife/task_reward_loottable_<version>_red.json

INFO

If their specific loot tables are not present, hard and red tasks will use the same loot table as the easy tasks.

Important

Loot tables for the hard and red tasks are NOT automatically created, you have to copy and rename the easy task loot table manually. (This is because most users want to modify the loot table for all tasks)

Documentation for the Life Series mod