Skip to content

Commit

Permalink
for the sake of it as idk when hypixel have other variants of stone
Browse files Browse the repository at this point in the history
  • Loading branch information
NK committed Mar 2, 2023
1 parent f119621 commit ac1692c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ public static ArrayList<BlockData<EnumDyeColor>> getMithrilColorBasedOnPriority(
case 3:
return new ArrayList<BlockData<EnumDyeColor>>() {{
add(new BlockData<>(Blocks.stone.getDefaultState().withProperty(BlockStone.VARIANT, BlockStone.EnumType.DIORITE).getBlock(), null));
add(new BlockData<>(Blocks.stone.getDefaultState().withProperty(BlockStone.VARIANT, BlockStone.EnumType.DIORITE_SMOOTH).getBlock(), null));
}};
default:
return null;
Expand Down

0 comments on commit ac1692c

Please sign in to comment.