Skip to content

Custom Pickup Condition Config

Tschipp edited this page Aug 21, 2017 · 11 revisions

Both Entities and Blocks can have a custom pickup condition when
Darkhax' Game Stages is installed.

Format:
modid:blockname;meta(condition)
or for entities:
modid:entityname(condition)

Examples:
minecraft:mob_spawner(spawner)
This let's the player pick up a spawner when they have unlocked "spawner".

minecraft:log;0(oak_upright) This let's the player pick up any upwards facing oak logs when they have unlocked "oak_upright".

minecraft:pig(bacon)
This let's the player pick up pigs when they have unlocked "bacon"

To unlock a stage, execute the command:
/gamestage add <playername> <stage>

Clone this wiki locally