Skip to content

Commit c716ceb

Browse files
committed
refactor: update todo to include to labels
1 parent be0b4ef commit c716ceb

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
@@ -101,13 +101,15 @@ public static Block register(Block block, String name, boolean shouldRegisterIte
101101
true
102102
);
103103
// TODO(@ok-coder1): Fix walls not connecting to each other
104+
// labels: todo
104105
public static final Block FADING_MATRIX_WALL = register(
105106
new WallBlock(AbstractBlock.Settings.create().sounds(BlockSoundGroup.CORAL)),
106107
"fading_matrix_wall",
107108
true
108109
);
109110

110111
// TODO(@ok-coder1): Add doors for decoration
112+
// labels: todo
111113

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

0 commit comments

Comments
 (0)