Quests Tweaker
Modby blue_beaker
A mod to integrate FTBQuests with CraftTweaker.
Type
Mod
CurseForge Downloads
7,496
CurseForge ID
1153268
Last Updated
Aug 15, 2026
Description
QuestsTweaker
A mod to integrate FTBQuests with CraftTweaker.
Features
- Add/set progress for an existing quest from crafttweaker.
- New 'Function' task type that runs a crafttweaker function to check progress.
- New 'Function' reward type that runs a crafttweaker funtion on completion.
CraftTweaker API
See wiki for more documentation.
mods.questtweaker.QuestManager
Add/set progress for any existing and available task from crafttweaker:
When the task is unavailable (for example has dependencies uncompleted), this function does nothing.
Example when player pickups an item, set the task progress to stack size:
import mods.questtweaker.QuestManager; events.onPlayerPickupItem(function(event as crafttweaker.event.PlayerPickupItemEvent){ QuestManager.setTaskProgress(event.player,"52725826",event.item.item.amount as long); });mods.questtweaker.FunctionManager
Add a new function to use with this mod's 'Function' tasks and rewards:
FunctionManager.addFunction(string functionID, function(IPlayer) -> long);The function must return an long.
Example 1: Player's current altitude
Example 2: On a Rail on_a_rail.zs
FTBQuests Integration
Function Task
Executes a function peridocally, and uses its return value as the progress.
Parameters:
- Function ID: the function ID registered in scripts.
- Value: The value needed to complete the task.
- Interval: The interval to run the function. Set to 0 for manual submission.
Function Reward
Executes a function when collected.
Parameters:
- Function ID: the function ID registered in scripts.
Dummy Task
Does nothing on its own. Intended to use with the QuestManager above.
Parameters:
- Value: The value needed to complete the task.
Recommended Gear
AffiliateHardware and extras that pair well with this mod.
As an Amazon Associate I earn from qualifying purchases.
Similar Mods
Animal Garden - Vicuna
This mod adds the relatives of the llama, the vicuña as shearable animal into the game.
GTMThings
Add some machines to GregTech-Modern
DuplicatorTree
This is the Duplicator Tree from OreSpawn
Create: Cobblemon Factory
Auto farm Cobblemon balls with Create
TiCEX - Tinkers Construct EX
A Tinkers' Construct addon for rebuilding iconic modded gear into customizable tools, armor, and absurd cross-mod synerg...
(Discontinued) FNaF's: Build & Decor (Java Edition)
An addon with which you can recreate the restaurant from the famous FNAF game but now in Minecraft Java edition!