-
Notifications
You must be signed in to change notification settings - Fork 2
/
template_machines.yml
52 lines (52 loc) · 1.31 KB
/
template_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
47
48
49
50
51
52
# RykenSlimeCustomizer Wiki: https://rsc.hiworldmc.com/#/file/template_machines
RSC_EXAMPLE_TEMPLATE_MACHINE:
item_group: rsc_example_sub_group
item:
material: GOLD_BLOCK
name: "&d&l示例模板机器"
recipe_type: ENHANCED_CRAFTING_TABLE
recipe:
1:
material_type: slimefun
material: RSC_EXAMPLE_ITEM_2
2:
material_type: slimefun
material: RSC_EXAMPLE_ITEM
consumption: 300
capacity: 3000
templateSlot: 0
input: [2, 3, 4, 5, 6, 7, 8]
output: [18, 19, 20, 21, 22, 23, 24, 25, 26]
fasterIfMoreTemplates: true
moreOutputIfMoreTemplates: true
recipes:
RSC_EXAMPLE_GEO_RESOURCE:
item2machine:
seconds: 5
input:
1:
material_type: slimefun
material: RSC_EXAMPLE_ITEM
output:
1:
material_type: slimefun
material: RSC_EXAMPLE_MACHINE
item22item:
seconds: 5
input:
1:
material_type: slimefun
material: RSC_EXAMPLE_ITEM_2
output:
1:
material_type: slimefun
material: RSC_EXAMPLE_ITEM
RSC_EXAMPLE_ITEM:
2item:
seconds: 1
chooseOne: true
output:
1:
material_type: slimefun
material: RSC_EXAMPLE_ITEM
chance: 15