Skip to content

Commit 54255a9

Browse files
committed
refactor: add issue url to todo
Signed-off-by: ok-coder1 <[email protected]>
1 parent c716ceb commit 54255a9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/java/com/okcoder1/matrixblocks/ModBlocks.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ public static Block register(Block block, String name, boolean shouldRegisterIte
102102
);
103103
// TODO(@ok-coder1): Fix walls not connecting to each other
104104
// labels: todo
105+
// Issue URL: https://github.com/ok-coder1/matrix-blocks/issues/4
105106
public static final Block FADING_MATRIX_WALL = register(
106107
new WallBlock(AbstractBlock.Settings.create().sounds(BlockSoundGroup.CORAL)),
107108
"fading_matrix_wall",
@@ -110,6 +111,7 @@ public static Block register(Block block, String name, boolean shouldRegisterIte
110111

111112
// TODO(@ok-coder1): Add doors for decoration
112113
// labels: todo
114+
// Issue URL: https://github.com/ok-coder1/matrix-blocks/issues/3
113115

114116
public static void initialize() {
115117
Registry.register(Registries.ITEM_GROUP, CUSTOM_ITEM_GROUP_KEY, CUSTOM_ITEM_GROUP);

0 commit comments

Comments
 (0)