Skip to content

Commit 4d6c292

Browse files
committed
add myself as assignee for #5 and #6
Signed-off-by: ok-coder1 <codershub.code@gmail.com>
1 parent 792a6fb commit 4d6c292

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,9 @@ public static Block register(Block block, String name, boolean shouldRegisterIte
5656
true
5757
);
5858

59-
// TODO: Fix slabs not showing if placed on top of each other
59+
// TODO(@ok-coder1): Fix slabs not showing if placed on top of each other
6060
// labels: todo, bug
61+
// Issue URL: https://github.com/ok-coder1/matrix-blocks/issues/6
6162
public static final Block MATRIX_SLAB = register(
6263
new SlabBlock(AbstractBlock.Settings.create().sounds(BlockSoundGroup.COPPER)),
6364
"matrix_slab",
@@ -105,7 +106,7 @@ public static Block register(Block block, String name, boolean shouldRegisterIte
105106
// labels: todo, enhancement
106107
// Issue URL: https://github.com/ok-coder1/matrix-blocks/issues/3
107108

108-
// TODO: Add datagen
109+
// TODO(@ok-coder1): Add datagen
109110
// labels: todo, enhancement
110111
// Issue URL: https://github.com/ok-coder1/matrix-blocks/issues/5
111112

0 commit comments

Comments
 (0)