Skip to content

Commit 792a6fb

Browse files
committed
chore: add slabs invisible todo
Signed-off-by: ok-coder1 <[email protected]>
1 parent 6d97d70 commit 792a6fb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ 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
60+
// labels: todo, bug
5961
public static final Block MATRIX_SLAB = register(
6062
new SlabBlock(AbstractBlock.Settings.create().sounds(BlockSoundGroup.COPPER)),
6163
"matrix_slab",
@@ -105,6 +107,7 @@ public static Block register(Block block, String name, boolean shouldRegisterIte
105107

106108
// TODO: Add datagen
107109
// labels: todo, enhancement
110+
// Issue URL: https://github.com/ok-coder1/matrix-blocks/issues/5
108111

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

0 commit comments

Comments
 (0)