Skip to content

Wild Life Trivia Config

Config Files Only

For now, Wild Life Trivia and trivia rewards can only be configured via the config files, and not the in-game GUI.

Configuring Tasks

Trivia can be customized in the config files:

  • config/lifeseries/wildlife/easy-trivia.json
  • config/lifeseries/wildlife/hard-trivia.json
  • config/lifeseries/wildlife/red-trivia.json

Important

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

Answer Options

You can add any amount of possible answer options to each trivia question, but only one of them can be marked as the correct answer.


Configuring Trivia Rewards

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

  • config/lifeseries/wildlife/trivia_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.

Documentation for the Life Series mod