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

Commit 0bd0897

Browse files
authored
Merge pull request #5 from balugaq/dev
更多示例
2 parents 250ce31 + 78592bf commit 0bd0897

24 files changed

Lines changed: 857 additions & 178 deletions

generators.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ RSC_EXAMPLE_GENERATOR:
33
item_group: rsc_example_sub_group
44
item:
55
name: "&c示例发电机"
6-
material: GOLD_BLOCK
6+
material: sea_lantern
77
capacity: 100000
88
production: 100
99
input: [10,11]

groups.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,6 @@ rsc_example_console_group:
5050
actions:
5151
- "console say 示例控制台指令组"
5252

53-
rsc_example_tier_10086_group:
54-
type: sub
55-
parent: rsc_example_parent_group
56-
tier: 10086
57-
item:
58-
name: "&e示例优先级10086组"
59-
material: IRON_ORE
60-
6153
rsc_example_tier_2_group:
6254
type: sub
6355
parent: rsc_example_parent_group
@@ -66,6 +58,14 @@ rsc_example_tier_2_group:
6658
name: "&e示例优先级2组"
6759
material: GOLD_ORE
6860

61+
rsc_example_tier_10086_group:
62+
type: sub
63+
parent: rsc_example_parent_group
64+
tier: 10086
65+
item:
66+
name: "&e示例优先级10086组"
67+
material: IRON_ORE
68+
6969
rsc_example_tier_1_group:
7070
type: sub
7171
parent: rsc_example_parent_group

0 commit comments

Comments
 (0)