Skip to content

Shapeless Craft

Zazsona edited this page Jul 7, 2021 · 1 revision

About

Heads with this source type can be crafted by simply putting the ingredients on the crafting grid in no particular shape or order.

Specification

Source Type Key: SHAPELESS_CRAFT
Required Permissions: decorheads.craftheads

Example

  myhead:
    name: My Head
    texture: eyJ0ZXh0dXJlcyI6eyJTS0lOI...
    sources:
      my-drop-source:
        source-type: SHAPELESS_CRAFT
        ingredients:
        - GLASS_BOTTLE
        - INK_SAC

Required Filters

Ingredients

Tag: ingredients
Description: Sets the ingredients required to craft this head. There must be at least one, and at most nine ingredients.
Example:

ingredients:
- GLASS_BOTTLE
- INK_SAC

Optional Filters

This source has no additional filters.

Clone this wiki locally