Skip to content

Commit

Permalink
Add Obsidian
Browse files Browse the repository at this point in the history
  • Loading branch information
lunaynx committed Dec 8, 2024
1 parent 8fcc592 commit 24910f1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ enum class OreBlock(

// END
END_STONE(Blocks.end_stone, { inEnd }),
OBSIDIAN(Blocks.obsidian, { inCrystalHollows || inEnd }),
OBSIDIAN(Blocks.obsidian, { inCrystalHollows || inMineshaft || inEnd }),

// HARD STONE
HARD_STONE_HOLLOWS(::isHardStoneHollows, { inCrystalHollows }),
Expand Down

0 comments on commit 24910f1

Please sign in to comment.