forked from SlimefunReloadingProject/rsc-example
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrecipe_machines.yml
46 lines (46 loc) · 1.17 KB
/
recipe_machines.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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
# RykenSlimeCustomizer Wiki: https://rsc.hiworldmc.com/#/file/recipe_machines
RSC_EXAMPLE_RECIPE_MACHINE:
item_group: rsc_example_sub_group
item:
name: "&eExample Recipe Machine"
material: beacon
recipe_type: ENHANCED_CRAFTING_TABLE
recipe:
1:
material_type: slimefun
material: RSC_EXAMPLE_RECIPED_ITEM_5
2:
material_type: slimefun
material: RSC_EXAMPLE_RECIPED_ITEM_6
capacity: 1000
input: [10, 11]
output: [15, 16]
energyPerCraft: 100
speed: 2
recipes:
example:
seconds: 10
input:
1:
material_type: slimefun
material: RSC_EXAMPLE_RECIPED_ITEM_5
output:
1:
material_type: slimefun
material: RSC_EXAMPLE_RECIPED_ITEM_6
example_2:
seconds: 5
input:
1:
material_type: slimefun
material: RSC_EXAMPLE_RECIPED_ITEM_6
chooseOne: true
output:
1:
chance: 10
material_type: slimefun
material: RSC_EXAMPLE_MACHINE
2:
chance: 15
material_type: slimefun
material: RSC_EXAMPLE_RECIPED_ITEM_5