From ac1692cb18eb07fa2b191a15f1730e23f0b74794 Mon Sep 17 00:00:00 2001 From: NK Date: Thu, 2 Mar 2023 13:49:09 +0000 Subject: [PATCH] for the sake of it as idk when hypixel have other variants of stone --- .../java/com/jelly/MightyMiner/utils/HypixelUtils/MineUtils.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/java/com/jelly/MightyMiner/utils/HypixelUtils/MineUtils.java b/src/main/java/com/jelly/MightyMiner/utils/HypixelUtils/MineUtils.java index 9306e5f9..2b31dd07 100644 --- a/src/main/java/com/jelly/MightyMiner/utils/HypixelUtils/MineUtils.java +++ b/src/main/java/com/jelly/MightyMiner/utils/HypixelUtils/MineUtils.java @@ -38,6 +38,7 @@ public static ArrayList> getMithrilColorBasedOnPriority( case 3: return new ArrayList>() {{ 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;