Skip to content
This repository was archived by the owner on Aug 8, 2025. It is now read-only.

Commit 019512d

Browse files
authored
补充simple_machines.yml
1 parent e379b5b commit 019512d

2 files changed

Lines changed: 39 additions & 1 deletion

File tree

info.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ id: example
22
name: "示例附属"
33
depends: []
44
pluginDepends: []
5-
version: "1.0"
5+
version: "1.1"
66
description: "RSC示例附属"
77
authors: ["mmmjjkx"]
88
repo: "SlimefunReloadingProject/rsc-example"

simple_machines.yml

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
EX_ADVANCED_GOLD_PAN:
2+
item_group: EXAMPLE
3+
item:
4+
material: FURNACE
5+
name: "&b&l超级&7淘金机"
6+
lore:
7+
- "&7一个更加快的淘金机"
8+
- ""
9+
- "&8⇨ &e⚡ &7速度: 50x"
10+
- "&8⇨ &e⚡ &71,000 J/s"
11+
type: ELECTRIC_SMELTERY
12+
settings:
13+
capacity: 5000
14+
consumption: 1000
15+
speed: 50
16+
recipe_type: ENHANCED_CRAFTING_TABLE
17+
recipe:
18+
2:
19+
material_type: full_slimefun
20+
material: GOLD_PAN
21+
4:
22+
material_type: full_slimefun
23+
material: ELECTRIC_MOTOR
24+
5:
25+
material_type: full_slimefun
26+
material: ELECTRIC_GOLD_PAN_3
27+
6:
28+
material_type: full_slimefun
29+
material: ELECTRIC_MOTOR
30+
7:
31+
material_type: full_slimefun
32+
material: COBALT_INGOT
33+
8:
34+
material_type: full_slimefun
35+
material: BLISTERING_INGOT_3
36+
9:
37+
material_type: full_slimefun
38+
material: COBALT_INGOT

0 commit comments

Comments
 (0)