Skip to content

FTB Quests progression config

Locks items from being uncrafted until the player completes a quest or chapter in FTB Quests.

File: config/uncrafteverything-ftbquest-progression.json
Command: /ueconfig progression (creative mode or operator only)

Requirements

FTB Quests must be installed, and enableProgression must be on in the common config.

Format

Entries go in the Progressions object. Each entry maps an item selector to a quest or chapter ID.

PartFormatExample
KeyAn item selector: item ID, wildcard or #tagminecraft:diamond_*
ValueThe ID of a quest or chapter, copied from FTB Quests6E52157866E1EC7F

Items without an entry can be uncrafted as usual, unless onlyAllowDefinedProgression is on.

Getting a quest ID

Right-click a quest or chapter in the FTB Quests book while in edit mode and copy its ID.

Copying an ID in FTB Quests

Example file

json
{
	"Progressions": {
		"minecraft:diamond_*": "6E52157866E1EC7F"
	}
}

In-game screen

Run /ueconfig progression to add, edit and delete entries. The command is only available with FTB Quests installed, to players in creative mode or with operator permission.

FTB Quests progression config screen

Released under CC0 1.0.