Skip to content

Commit

Permalink
Fix: Jasper Gemstone Color (#2257)
Browse files Browse the repository at this point in the history
  • Loading branch information
lunaynx authored Aug 8, 2024
1 parent 91f9f44 commit 2bdf022
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ enum class OreBlock(
checkArea = { inCrystalHollows || inGlacite },
),
JASPER(
checkBlock = { it.isGemstoneWithColor(EnumDyeColor.PINK) },
checkBlock = { it.isGemstoneWithColor(EnumDyeColor.MAGENTA) },
checkArea = { inCrystalHollows || inGlacite },
),
OPAL(
Expand Down

0 comments on commit 2bdf022

Please sign in to comment.