Skip to content

Commit

Permalink
Fix minor code quality issues in #27 (#28)
Browse files Browse the repository at this point in the history
Because someone was too eager to hit merge
  • Loading branch information
combusterf authored Jan 1, 2024
1 parent b69694e commit ac8827c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public static void applyPatches() {
for (int i = 0; i < 4; i++) {
int base = 4 * i;
registry.addVariation("andesite", ModFluffBlocks.stone, base + 0, 0);
registry.addVariation("basalts", ModFluffBlocks.stone, base + 1, 0);
registry.addVariation("basalts", ModFluffBlocks.stone, base + 1, 0);
registry.addVariation("diorite", ModFluffBlocks.stone, base + 2, 0);
registry.addVariation("granite", ModFluffBlocks.stone, base + 3, 0);
}
Expand Down

0 comments on commit ac8827c

Please sign in to comment.