Skip to content

Commit

Permalink
Merge pull request #5 from balugaq/dev
Browse files Browse the repository at this point in the history
更多示例
  • Loading branch information
balugaq authored May 18, 2024
2 parents 250ce31 + 78592bf commit 0bd0897
Show file tree
Hide file tree
Showing 24 changed files with 857 additions and 178 deletions.
2 changes: 1 addition & 1 deletion generators.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ RSC_EXAMPLE_GENERATOR:
item_group: rsc_example_sub_group
item:
name: "&c示例发电机"
material: GOLD_BLOCK
material: sea_lantern
capacity: 100000
production: 100
input: [10,11]
Expand Down
16 changes: 8 additions & 8 deletions groups.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,6 @@ rsc_example_console_group:
actions:
- "console say 示例控制台指令组"

rsc_example_tier_10086_group:
type: sub
parent: rsc_example_parent_group
tier: 10086
item:
name: "&e示例优先级10086组"
material: IRON_ORE

rsc_example_tier_2_group:
type: sub
parent: rsc_example_parent_group
Expand All @@ -66,6 +58,14 @@ rsc_example_tier_2_group:
name: "&e示例优先级2组"
material: GOLD_ORE

rsc_example_tier_10086_group:
type: sub
parent: rsc_example_parent_group
tier: 10086
item:
name: "&e示例优先级10086组"
material: IRON_ORE

rsc_example_tier_1_group:
type: sub
parent: rsc_example_parent_group
Expand Down
Loading

0 comments on commit 0bd0897

Please sign in to comment.