Skip to content

Commit

Permalink
upper case
Browse files Browse the repository at this point in the history
  • Loading branch information
GlodBlock committed Nov 9, 2024
1 parent aabe345 commit c17dd01
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public class EAEConfig {
.define("device.enable_crystal_assembler_inscribe_processors", true);

private static final ModConfigSpec.IntValue ASSEMBLER_MATRIX_SIZE = BUILDER
.comment("The max size of assembler matrix")
.comment("The max size of Assembler Matrix")
.defineInRange("device.assembler_matrix_max_size", 6, 3, 16);

public static final ModConfigSpec SPEC = BUILDER.build();
Expand Down

0 comments on commit c17dd01

Please sign in to comment.