[Feature] **New** Cracked and Weathered variant of Endstone Bricks

This commit is contained in:
Frank 2023-06-11 14:35:35 +02:00
parent af680dcfdc
commit 325ed23c9e
2 changed files with 50 additions and 0 deletions

View file

@ -699,6 +699,13 @@ public class EndBlocks {
// Technical
public static final Block END_PORTAL_BLOCK = registerEndBlockOnly("end_portal_block", new EndPortalBlock());
// Variations
public static final VanillaVariantStoneMaterial END_STONE_BRICK_VARIATIONS = new VanillaVariantStoneMaterial(
"end_stone_brick",
Blocks.END_STONE_BRICKS,
MapColor.SAND
).init();
public static List<Block> getModBlocks() {
return BlockRegistry.getModBlocks(BetterEnd.MOD_ID);
}