-
Notifications
You must be signed in to change notification settings - Fork 4
Configuration Options
This is the quantity of Light Blocks produced from the Shapeless Recipe and the default quantity of lights produced lights for the bottling recipe.
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.
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.
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.
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