Quest Utils

Quick rating

Community listing page, reviews here may not be monitored by the author.

Quest Utils

By McJtyOwner

No reviews yet

A mod that helps modpacks based on objectives and/or quests

Mod Loaders
Minecraft

About

Description

Quest Utils is a mod that contains items and blocks that help quest/story based modpacks. It is not a questing system mod but it can be used in combination with one. It is still in early development and currently contains only three blocks:

  • A big objective screen that can go in size from 1x1 to 5x5. It can show upto 9 objective items as well as a title and status text
  • An item comparator. This block can help detect handling of objectives. It compares a set of up to 9 items with items that the player inserted and gives a redstone signal based on that. In addition it can also dump the contents to an inventory on top of it when given a redstone signal
  • A pedestal that shows a single item on top of it

This mod supports Open Computers and all three blocks can be controlled from a computer program.

All blocks in this mod support the notion of 'saveable state'. That means that you can save and load the contents and current state of these blocks to a json file. This can be done based on the ID's of these blocks (supporting wildcards) so that you can easily make separate json files for various stages in your modpack.

More documentation on this can be found here: https://wiki.mcjty.eu/mods/index.php?title=Quest_Utilities

Quest Utils

Quest Utils is a mod that contains items and blocks that help quest/story based modpacks. It is not a questing system mod but it can be used in combination with one. It is still in early development and currently contains only three blocks:

  • A big objective screen that can go in size from 1x1 to 5x5. It can show up to 9 objective items as well as a title and status text
  • An item comparator. This block can help detect handling of objectives. It compares a set of up to 9 items with items that the player inserted and gives a redstone signal based on that. In addition it can also dump the contents to an inventory on top of it when given a redstone signal
  • A pedestal that shows a single item on top of it

This mod supports Open Computers and all three blocks can be controlled from a computer program.

All blocks in this mod support the notion of 'saveable state'. That means that you can save and load the contents and current state of these blocks to a json file. This can be done based on the ID's of these blocks (supporting wildcards) so that you can easily make separate json files for various stages in your modpack.

More documentation on this can be found on the Quest Utils wiki.