PersonTheCat / OreStoneVariants

A powerful utility for generating new blocks when given a foreground and background.
GNU General Public License v3.0
7 stars 8 forks source link

Bedrock hardness isn't properly mimicked #78

Closed DaedalusGame closed 4 years ago

DaedalusGame commented 4 years ago

From my understanding, block properties should be mimicked to the best of the mod's ability? But when adding a block group containing bedrock, the generated ore will still be breakable and not, as expected, unbreakable.

PersonTheCat commented 4 years ago

This is a bug, for sure. It just merges the two blocks' hardness levels and doesn't account for whether either is actually unbreakable. I'll try to fix it soonish.

PersonTheCat commented 4 years ago

Fixed in 4.6. I'll upload that soon and it should get approved by Monday.