Skip to content

Configuration Options

mov51 edited this page Oct 12, 2022 · 2 revisions

default_light_quantity

This is the quantity of Light Blocks produced from the Shapeless Recipe and the default quantity of lights produced lights for the bottling recipe.

recipe_type

You can either specify 'shapeless' or 'bottled-light' as recipe options. Fill out the light_ingredients section for the 'shapeless' option and the light_ingredients_to_bottle section for the 'bottled-light' option.

grant_recipes_on_login

Whether or not to grant every player the recipes for light blocks when they log in. If this is set to false they'll need to craft them first or be granted them by some other means. The plugin doesn't have any other method of adding the recipe to a players knowledge book.

light_ingredients

This is the list of ingredients used in the 'shapeless' recipe option. There can only be a maximum of 9 entries and they must all be valid materials as defined here.

light_ingredients_to_bottle

This is a list of items that can be "bottled" in a crafting table to craft Light Blocks. Each entry must be a valid material as defined here and have a quantity value as shown in the code block below. If you want to use the default_light_quantity option you can set the quantity value to 0.

light_ingredients_to_bottle:
  torch:
    quantity: 1
  redstone_torch:
    quantity: 2

Clone this wiki locally