This repository was archived by the owner on Aug 8, 2025. It is now read-only.
forked from SlimefunReloadingProject/rsc-example
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsimple_machines.yml
More file actions
377 lines (377 loc) · 10.2 KB
/
simple_machines.yml
File metadata and controls
377 lines (377 loc) · 10.2 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
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
# RykenSlimeCustomizer Wiki: https://rsc.hiworldmc.com/#/file/simple_machines
RSC_EXAMPLE_ADVANCED_SMELTERY:
item_group: rsc_example_sub_group
item:
material: furnace
name: "&b&lSuper &7Smelting Furnace"
lore:
- "&7A much faster smelting furnace"
- ""
- "&8⇨ &e⚡ &7Speed: 50x"
- "&8⇨ &e⚡ &7Power Consumption: 1,000 J/s"
type: ELECTRIC_SMELTERY
settings:
capacity: 5000
consumption: 1000
speed: 50
RSC_EXAMPLE_ADVANCED_FURNACE:
item_group: rsc_example_sub_group
item:
material: furnace
name: "&b&lSuper &7Electric Furnace"
lore:
- "&7A much faster electric furnace"
- ""
- "&8⇨ &e⚡ &7Speed: 50x"
- "&8⇨ &e⚡ &7Power Consumption: 1,000 J/s"
type: ELECTRIC_FURNACE
settings:
capacity: 5000
consumption: 1000
speed: 50
RSC_EXAMPLE_ADVANCED_GOLD_PAN:
item_group: rsc_example_sub_group
item:
material: brown_terracotta
name: "&b&lSuper &7Gold Pan"
lore:
- "&7A much faster gold panning machine"
- ""
- "&8⇨ &e⚡ &7Speed: 50x"
- "&8⇨ &e⚡ &7Power Consumption: 1,000 J/s"
type: ELECTRIC_GOLD_PAN
settings:
capacity: 5000
consumption: 1000
speed: 50
RSC_EXAMPLE_ADVANCED_DUST_WASHER:
item_group: rsc_example_sub_group
item:
material: blue_stained_glass
name: "&b&lSuper &7Ore Washer"
lore:
- "&7A much faster dust washing machine"
- ""
- "&8⇨ &e⚡ &7Speed: 50x"
- "&8⇨ &e⚡ &7Power Consumption: 1,000 J/s"
type: ELECTRIC_DUST_WASHER
settings:
capacity: 5000
consumption: 1000
speed: 50
RSC_EXAMPLE_ADVANCED_ELECTRIC_ORE_GRINDER:
item_group: rsc_example_sub_group
item:
material: furnace
name: "&b&lSuper &7Electric Ore Grinder"
lore:
- "&7A much faster electric ore grinder"
- ""
- "&8⇨ &e⚡ &7Speed: 50x"
- "&8⇨ &e⚡ &7Power Consumption: 1,000 J/s"
type: ELECTRIC_ORE_GRINDER
settings:
capacity: 5000
consumption: 1000
speed: 50
RSC_EXAMPLE_ADVANCED_INGOT_FACTORY:
item_group: rsc_example_sub_group
item:
material: red_terracotta
name: "&b&lSuper &7Ingot Factory"
lore:
- "&7A much faster ingot machine"
- ""
- "&8⇨ &e⚡ &7Speed: 50x"
- "&8⇨ &e⚡ &7Power Consumption: 1,000 J/s"
type: ELECTRIC_INGOT_FACTORY
settings:
capacity: 5000
consumption: 1000
speed: 50
RSC_EXAMPLE_ADVANCED_INGOT_PULVERIZER:
item_group: rsc_example_sub_group
item:
material: furnace
name: "&b&lSuper &7Ingot Pulverizer"
lore:
- "&7A much faster powder making machine"
- ""
- "&8⇨ &e⚡ &7Speed: 50x"
- "&8⇨ &e⚡ &7Power Consumption: 1,000 J/s"
type: ELECTRIC_INGOT_PULVERIZER
settings:
capacity: 5000
consumption: 1000
speed: 50
RSC_EXAMPLE_ADVANCED_CHARGING_BENCH:
item_group: rsc_example_sub_group
item:
material: crafting_table
name: "&b&lSuper &7Charging Bench"
lore:
- "&7A much faster charging machine"
- ""
- "&8⇨ &e⚡ &7Speed: 50x"
- "&8⇨ &e⚡ &7Power Consumption: 1,000 J/s"
type: CHARGING_BENCH
settings:
capacity: 5000
consumption: 1000
speed: 50
RSC_EXAMPLE_ADVANCED_TREE_GROWTH_ACCELERATOR:
item_group: rsc_example_sub_group
item:
material: brown_terracotta
name: "&b&lSuper &7Tree Growth Accelerator"
lore:
- "&7A much faster tree growth accelerator"
- ""
- "&8⇨ &e⚡ &7Range: 20"
- "&8⇨ &e⚡ &7Power Consumption: 1,000 J/s"
type: TREE_GROWTH_ACCELERATOR
settings:
capacity: 5000
consumption: 1000
radius: 20
RSC_EXAMPLE_ADVANCED_ANIMAL_GROWTH_ACCELERATOR:
item_group: rsc_example_sub_group
item:
material: hay_block
name: "&b&lSuper &7Animal Growth Accelerator"
lore:
- "&7A larger range animal growth accelerator"
- ""
- "&8⇨ &e⚡ &7Range: 20"
- "&8⇨ &e⚡ &7Power Consumption: 1,000 J/s"
type: ANIMAL_GROWTH_ACCELERATOR
settings:
capacity: 5000
consumption: 1000
radius: 20
RSC_EXAMPLE_ADVANCED_CROP_GROWTH_ACCELERATOR:
item_group: rsc_example_sub_group
item:
material: green_terracotta
name: "&b&lSuper &7Crop Growth Accelerator"
lore:
- "&7A larger range crop growth accelerator"
- ""
- "&8⇨ &e⚡ &7Range: 20"
- "&8⇨ &e⚡ &7Power Consumption: 1,000 J/s"
type: CROP_GROWTH_ACCELERATOR
settings:
capacity: 5000
consumption: 1000
radius: 20
RSC_EXAMPLE_ADVANCED_FREEZER:
item_group: rsc_example_sub_group
item:
material: light_blue_stained_glass
name: "&b&lSuper &7Freezer"
lore:
- "&7A much faster freezer"
- ""
- "&8⇨ &e⚡ &7Speed: 50x"
- "&8⇨ &e⚡ &7Power Consumption: 1,000 J/s"
type: FREEZER
settings:
capacity: 5000
consumption: 1000
speed: 50
RSC_EXAMPLE_ADVANCED_CARBON_PRESS:
item_group: rsc_example_sub_group
item:
material: black_stained_glass
name: "&b&lSuper &7Carbon Press"
lore:
- "&7A much faster carbon press"
- ""
- "&8⇨ &e⚡ &7Speed: 50x"
- "&8⇨ &e⚡ &7Power Consumption: 1,000 J/s"
type: CARBON_PRESS
settings:
capacity: 5000
consumption: 1000
speed: 50
RSC_EXAMPLE_ADVANCED_ELECTRIC_PRESS:
item_group: rsc_example_sub_group
item:
material_type: skull_base64
material: <Base64 encoded skull owner value>
name: "&b&lSuper &7Electric Press"
lore:
- "&7A much faster electric press"
- ""
- "&8⇨ &e⚡ &7Speed: 50x"
- "&8⇨ &e⚡ &7Power Consumption: 1,000 J/s"
type: ELECTRIC_PRESS
settings:
capacity: 5000
consumption: 1000
speed: 50
RSC_EXAMPLE_ADVANCED_ELECTRIC_CRUCIBLE:
item_group: rsc_example_sub_group
item:
material: red_terracotta
name: "&b&lSuper &7Electric Crucible"
lore:
- "&7A much faster electric crucible"
- ""
- "&8⇨ &e⚡ &7Speed: 50x"
- "&8⇨ &e⚡ &7Power Consumption: 1,000 J/s"
type: ELECTRIC_CRUCIBLE
settings:
capacity: 5000
consumption: 1000
speed: 50
RSC_EXAMPLE_ADVANCED_FOOD_FABRICATOR:
item_group: rsc_example_sub_group
item:
material: green_stained_glass
name: "&b&lSuper &7Food Fabricator"
lore:
- "&7A much faster food fabricator"
- ""
- "&8⇨ &e⚡ &7Speed: 50x"
- "&8⇨ &e⚡ &7Power Consumption: 1,000 J/s"
type: FOOD_FABRICATOR
settings:
capacity: 5000
consumption: 1000
speed: 50
RSC_EXAMPLE_ADVANCED_HEATED_PRESSURE_CHAMBER:
item_group: rsc_example_sub_group
item:
material: light_gray_stained_glass
name: "&b&lSuper &7Heated Pressure Chamber"
lore:
- "&7A much faster heated pressure chamber"
- ""
- "&8⇨ &e⚡ &7Speed: 50x"
- "&8⇨ &e⚡ &7Power Consumption: 1,000 J/s"
type: HEATED_PRESSURE_CHAMBER
settings:
capacity: 5000
consumption: 1000
speed: 50
RSC_EXAMPLE_ADVANCED_AUTO_ENCHANTER:
item_group: rsc_example_sub_group
item:
material: enchanting_table
name: "&b&lSuper &7Automatic Enchanter"
lore:
- "&7A much faster automatic enchanter"
- ""
- "&8⇨ &e⚡ &7Speed: 50x"
- "&8⇨ &e⚡ &7Power Consumption: 1,000 J/s"
type: AUTO_ENCHANTER
settings:
capacity: 5000
consumption: 1000
speed: 50
RSC_EXAMPLE_ADVANCED_AUTO_DISENCHANTER:
item_group: rsc_example_sub_group
item:
material: enchanting_table
name: "&b&lSuper &7Automatic Disenchanter"
lore:
- "&7A much faster automatic disenchanter"
- ""
- "&8⇨ &e⚡ &7Speed: 50x"
- "&8⇨ &e⚡ &7Power Consumption: 1,000 J/s"
type: AUTO_DISENCHANTER
settings:
capacity: 5000
consumption: 1000
speed: 50
RSC_EXAMPLE_ADVANCED_BOOK_BINDER:
item_group: rsc_example_sub_group
item:
material: bookshelf
name: "&b&lSuper &7Book Binder"
lore:
- "&7A much faster book binder"
- ""
- "&8⇨ &e⚡ &7Speed: 50x"
- "&8⇨ &e⚡ &7Power Consumption: 1,000 J/s"
type: BOOK_BINDER
settings:
capacity: 5000
consumption: 1000
speed: 50
RSC_EXAMPLE_ADVANCED_AUTO_ANVIL:
item_group: rsc_example_sub_group
item:
material: IRON_BLOCK
name: "&b&lSuper &7Automatic Anvil"
lore:
- "&7A much faster automatic anvil"
- ""
- "&8⇨ &e⚡ &7Repair Factor: 250"
- "&8⇨ &e⚡ &7Power Consumption: 1,000 J/s"
type: AUTO_ANVIL
settings:
capacity: 5000
consumption: 1000
repair_factor: 250
RSC_EXAMPLE_ADVANCED_AUTO_DRIER:
item_group: rsc_example_sub_group
item:
material: smoker
name: "&b&lSuper &7Automatic Dryer"
lore:
- "&7A much faster automatic dryer"
- ""
- "&8⇨ &e⚡ &7Speed: 50x"
- "&8⇨ &e⚡ &7Power Consumption: 1,000 J/s"
type: AUTO_DRIER
settings:
capacity: 5000
consumption: 1000
speed: 50
RSC_EXAMPLE_ADVANCED_AUTO_BREWER:
item_group: rsc_example_sub_group
item:
material: smoker
name: "&b&lSuper &7Automatic Brewer"
lore:
- "&7A much faster automatic brewer"
- ""
- "&8⇨ &e⚡ &7Speed: 50x"
- "&8⇨ &e⚡ &7Power Consumption: 1,000 J/s"
type: AUTO_BREWER
settings:
capacity: 5000
consumption: 1000
speed: 50
RSC_EXAMPLE_ADVANCED_REFINERY:
item_group: rsc_example_sub_group
item:
material: piston
name: "&b&lSuper &7Refinery"
lore:
- "&7A much faster refinery"
- ""
- "&8⇨ &e⚡ &7Speed: 50x"
- "&8⇨ &e⚡ &7Power Consumption: 1,000 J/s"
type: REFINERY
settings:
capacity: 5000
consumption: 1000
speed: 50
RSC_EXAMPLE_ADVANCED_PRODUCE_COLLECTOR:
item_group: rsc_example_sub_group
item:
material: hay_block
name: "&b&lSuper &7Produce Collector"
lore:
- "&7A much faster produce collector"
- ""
- "&8⇨ &e⚡ &7Speed: 50x"
- "&8⇨ &e⚡ &7Power Consumption: 1,000 J/s"
type: PRODUCE_COLLECTOR
settings:
capacity: 5000
consumption: 1000
speed: 50