Skip to content
This repository was archived by the owner on Aug 8, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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