Recipes and Crafting
This page covers the settings for crafting recipes in the AdvancedItems plugin. You can define custom crafting recipes for your items using the settings provided here.
Crafting Example
recipe:
# Layout for crafting. If you want no item in that slot, use a space ` `
layout:
- 'WWW'
- 'WWW'
- 'WWW'
# Define each material below. Material name, e.g. `W` must be 1 capital letter
materials:
W:
type: CRAFTING_TABLE #Crafting TableUsing custom items in recipes
recipe:
# Layout for crafting. If you want no item in that slot, use a space ` `
layout:
- 'WWW'
- 'WAW'
- 'WWW'
# Define each material below. Material name, e.g. `W` must be 1 capital letter
materials:
W:
type: CRAFTING_TABLE #Crafting Table
A:
customItem: TeleporterLast updated