forked from Ty4Code/MachineFactory
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.yml
More file actions
167 lines (164 loc) · 4.08 KB
/
config.yml
File metadata and controls
167 lines (164 loc) · 4.08 KB
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
general:
oregin_enabled: true
smelter_enabled: false
cloaker_enabled: true
citadel_enabled: true
save_cycle: 10
cloaker_general:
update_cycle: 20
max_tiers: 3
cloaker_activated: JACK_O_LANTERN
cloaker_deactivated: PUMPKIN
cloaker_upgrade_wand: YELLOW_FLOWER
cloaker_activation_wand: RED_ROSE
cloaker_tier_properties:
tier1:
upgrade_type: IRON_BLOCK
upgrade_amount: 16
fuel_time_duration: 900
fuel_type: REDSTONE
fuel_amount: 8
cloak_width: 3
cloak_height: 3
cloak_depth: 3
visibility_range: 5
tier2:
upgrade_type: IRON_BLOCK
upgrade_amount: 92
fuel_time_duration: 1200
fuel_type: COAL
fuel_amount: 4
cloak_width: 9
cloak_height: 9
cloak_depth: 9
visibility_range: 13
tier3:
upgrade_type: GOLD_BLOCK
upgrade_amount: 42
fuel_time_duration: 1800
fuel_type: IRON_INGOT
fuel_amount: 5
cloak_width: 16
cloak_height: 16
cloak_depth: 16
visibility_range: 25
oregin_general:
update_cycle: 5
maximum_block_breaks_per_cycle: 500
max_tiers: 7
oregin_upgrade_wand: YELLOW_FLOWER
oregin_activation_wand: RED_ROSE
oregin_repair_wand: IRON_SPADE
oregin_light_on: REDSTONE_LAMP_ON
oregin_light_off: REDSTONE_LAMP_OFF
redstone_activation_enabled: true
repairing_enabled: true
lava_mining_enabled: true
water_mining_enabled: true
junk_destruction_enabled: true
valuables:
- IRON_ORE
- GOLD_ORE
- DIAMOND_ORE
- LAPIS_ORE
junk:
- STONE
- DIRT
- GRAVEL
- SAND
- GRASS
indestructible:
- BEDROCK
- OBSIDIAN
oregin_tier_properties:
tier1:
max_mining_distance: 20
max_block_breaks: 160
mining_delay: 40
retrieve_valuables: false
fuel_type: REDSTONE
fuel_amount: 1
upgrade_material: IRON_BLOCK
upgrade_amount: 5
repair_material: IRON_BLOCK
repair_amount: 2
shaft_width: 1
shaft_height: 1
tier2:
max_mining_distance: 35
max_block_breaks: 300
mining_delay: 30
retrieve_valuables: false
fuel_type: REDSTONE
fuel_amount: 2
upgrade_material: IRON_BLOCK
upgrade_amount: 20
repair_material: IRON_BLOCK
repair_amount: 8
shaft_width: 3
shaft_height: 1
tier3:
max_mining_distance: 50
max_block_breaks: 1000
mining_delay: 20
retrieve_valuables: false
fuel_type: COAL
fuel_amount: 3
upgrade_material: IRON_BLOCK
upgrade_amount: 48
repair_material: IRON_BLOCK
repair_amount: 20
shaft_width: 3
shaft_height: 3
tier4:
max_mining_distance: 75
max_block_breaks: 1875
mining_delay: 15
retrieve_valuables: false
fuel_type: COAL
fuel_amount: 9
upgrade_material: GOLD_BLOCK
upgrade_amount: 64
repair_material: GOLD_BLOCK
repair_amount: 28
shaft_width: 5
shaft_height: 5
tier5:
max_mining_distance: 100
max_block_breaks: 3000
mining_delay: 10
retrieve_valuables: true
fuel_type: IRON_INGOT
fuel_amount: 5
upgrade_material: DIAMOND_BLOCK
upgrade_amount: 32
repair_material: DIAMOND_BLOCK
repair_amount: 14
shaft_width: 6
shaft_height: 6
tier6:
max_mining_distance: 125
max_block_breaks: 5000
mining_delay: 5
retrieve_valuables: true
fuel_type: GOLD_INGOT
fuel_amount: 5
upgrade_material: DIAMOND_BLOCK
upgrade_amount: 64
repair_material: DIAMOND_BLOCK
repair_amount: 30
shaft_width: 8
shaft_height: 8
tier7:
max_mining_distance: 150
max_block_breaks: 10000
mining_delay: 5
retrieve_valuables: true
fuel_type: DIAMOND
fuel_amount: 3
upgrade_material: DIAMOND_BLOCK
upgrade_amount: 128
repair_material: DIAMOND_BLOCK
repair_amount: 60
shaft_width: 11
shaft_height: 11