Skip to content

Commit 11db5d2

Browse files
committed
chore: add help wanted label
Signed-off-by: ok-coder1 <codershub.code@gmail.com>
1 parent b340e66 commit 11db5d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public static Block register(Block block, String name, boolean shouldRegisterIte
5757
);
5858

5959
// TODO(@ok-coder1): Fix slabs not showing if placed on top of each other
60-
// labels: todo, bug
60+
// labels: todo, bug, help wanted
6161
// Issue URL: https://github.com/ok-coder1/matrix-blocks/issues/6
6262
public static final Block MATRIX_SLAB = register(
6363
new SlabBlock(AbstractBlock.Settings.create().sounds(BlockSoundGroup.COPPER)),
@@ -99,7 +99,7 @@ public static Block register(Block block, String name, boolean shouldRegisterIte
9999
);
100100

101101
// TODO(@ok-coder1): Reimplement walls
102-
// labels: todo, enhancement
102+
// labels: todo, enhancement, help wanted
103103
// Issue URL: https://github.com/ok-coder1/matrix-blocks/issues/4
104104
/*
105105
public static final Block MATRIX_WALL = register(

0 commit comments

Comments
 (0)