Skip to content

Commit f7dcda7

Browse files
committed
remove door and add todos
1 parent 5ac330d commit f7dcda7

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

110+
// TODO(@ok-coder1): Add doors for decoration
111+
109112
public static void initialize() {
110113
Registry.register(Registries.ITEM_GROUP, CUSTOM_ITEM_GROUP_KEY, CUSTOM_ITEM_GROUP);
111114
ItemGroupEvents.modifyEntriesEvent(CUSTOM_ITEM_GROUP_KEY).register(itemGroup -> {

0 commit comments

Comments
 (0)