Skip to content

Smelt Drop

Zazsona edited this page Jul 22, 2021 · 5 revisions

About

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

Specification

Source Type Key: SMELT_DROP
Required Permissions: decorheads.dropheads

Example

  myhead:
    name: My Head
    texture: eyJ0ZXh0dXJlcyI6eyJTS0lOI...
    sources:
      my-drop-source:
        source-type: SMELT_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

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

recipe-results:
- COOKED_BEEF
- COOKED_CHICKEN

Biomes

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

biomes:
- Desert
- Desert_Hills
- Desert_Lakes

Weather

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

weather:
- CLEAR
- RAIN
- THUNDER
- SNOW

Worlds

Tag: worlds
Description: Sets the worlds the smelting block 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