Loot Conditions Moon Phase - Tmtravlr/LootOverhaul GitHub Wiki
Property | Type | Description |
---|---|---|
phase | String or String List | The moon phases. Valid options are NEW, WAXING_CRECENT, FIRST_QUARTER, WAXING_GIBBOUS, FULL, WANING_GIBBOUS, LAST_QUARTER, and WANING_CRECENT. |
Will pass if the moon is in one of these phases.
Example Usage: During a full moon
"conditions": [
{
"condition": "lootoverhaul:moon_phase",
"phase": "FULL"
}
]
Example Usage: During a crecent moon
"conditions": [
{
"condition": "lootoverhaul:moon_phase",
"phase": [
"WAXING_CRECENT",
"WANING_CRECENT"
]
}
]
Previous - Light Level | Back | Next - NBT Matches |
---|