-
Notifications
You must be signed in to change notification settings - Fork 3
/
config.yml
27 lines (27 loc) · 988 Bytes
/
config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Names used to distinguish sorting hoppers from a normal hoppers.
# The first name in the list wll be used in the crafting recipe.
names:
- Sorter
- Filter
#Prevent items from being pulled down by another hopper
preventitempull: false
preventitempickup: false
# If true, the plugin will listen to block break events and if a sorter block was broken
# it will replace dropped hopper with the named one.
# In order to do so, it have to cancel the breaking event and replace block with AIR.
# WARNING! May cause interference with logging and protection plugins!
replacedrops: true
#Recipes
crafting:
# is crafting enabled at all?
enabled: true
# shaped or shapeless recipe?
shaped: true
# the recipe: for shaped, a list of 1-3 rows, each row with 1-3 letters
# for shapeless, a list of 1-9 materials in any order
recipe: [ "IRI", "ICI", " I " ]
# the ingredients: map a letter in the recipe to a material
ingredients:
I: IRON_INGOT
R: COMPARATOR
C: CHEST