Skip to content

Commit e98a714

Browse files
committed
test personal acct. push
1 parent 5a87f3c commit e98a714

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

common/src/main/java/net/hex_chalkcircles/registry/Hex_chalkcirclesPatternRegistry.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ public class Hex_chalkcirclesPatternRegistry {
2323

2424
public static void init() {
2525
try {
26+
//test commit
2627
for (Triple<HexPattern, ResourceLocation, Action> patternTriple : PATTERNS) {
2728
PatternRegistry.mapPattern(patternTriple.getFirst(), patternTriple.getSecond(), patternTriple.getThird());
2829
}

0 commit comments

Comments
 (0)