Skip to content

Brew Drop

Zazsona edited this page Jul 22, 2021 · 7 revisions

About

Heads with this source type drop as a by-product when players brew items in a Brewing Stand.
When applying the DropHeads permission, the last player to stock the Brewing Stand is classed as the owner.

Specification

Source Type Key: BREW_DROP
Required Permissions: decorheads.dropheads

Example

  myhead:
    name: My Head
    texture: eyJ0ZXh0dXJlcyI6eyJTS0lOI...
    sources:
      my-drop-source:
        source-type: BREW_DROP
        drop-rate: 50

Required Filters

Drop Rate

Tag: drop-rate
Description: Sets the drop rate (as a percentage) for the head to drop. Supports decimal values.
Example: drop-rate: 1.5

Optional Filters

Recipe Results

Please note: This filter is not yet fully implemented for brewing. Specific potions types cannot yet be set.

Tag: recipe-results
Description: Sets the resulting item that needs to be brewed for a head to drop
Example:

recipe-results:
- POTION

Biomes

Tag: biomes
Description: Sets the biomes the stand must be in for a head to drop. Example:

biomes:
- Desert
- Desert_Hills
- Desert_Lakes

Weather

Tag: weather
Description: Sets the weather the stand must be in for a head to drop. Example:

weather:
- CLEAR
- RAIN
- THUNDER
- SNOW

Worlds

Tag: worlds
Description: Sets the worlds the stand must be in for a head to drop. These are identified by level name (normally the same as the folder and case-sensitive)
Example:

worlds:
- world
- world_nether
- world_the_end
Clone this wiki locally