Added Sandstone Path, Chiseled Brick Path, Concrete Path, and Chiseled Gray Terracotta Path

This commit is contained in:
2026-06-07 22:17:16 -04:00
parent 4f5aabf271
commit 51191fa245
12 changed files with 37 additions and 13 deletions
@@ -48,6 +48,11 @@ public class ModCreativeTabs {
output.accept(ModBlocks.TRASH_CAN.get());
output.accept(ModBlocks.BENCH.get());
output.accept(ModBlocks.SANDSTONE_PATH.get());
output.accept(ModBlocks.CHISELED_BRICK_PATH.get());
output.accept(ModBlocks.CONCRETE_PATH.get());
output.accept(ModBlocks.LIGHT_GRAY_TERRACOTTA_PATH.get());
output.accept(ModBlocks.CHARRED_TERRACOTTA.get());
output.accept(ModBlocks.CHARRED_TERRACOTTA_STAIRS.get());
output.accept(ModBlocks.CHARRED_TERRACOTTA_SLAB.get());