thesarlaacsweep / radioactiveblocks

A Minecraft mod for crafting vanilla blocks as light sources. With a few additional goodies.
https://thesarlaacsweep.github.io/radioactiveblocks/
Other
0 stars 0 forks source link

Radioactive Blocks harvest too easily #12

Closed thesarlaacsweep closed 4 years ago

thesarlaacsweep commented 4 years ago

in the non-legacy editions of Radioactive Blocks, the blocks harvest too easily in some blocks. It appears that the block classes need to explicitly set the conditions of the drops at the desired harvest level. In this case blocks should only drop at a harvest level of 3 (diamond level).

Loot tables could also handle this problem but it would be more compatible with other mods to leverage harvestBlock() and check against the item stack's getHarvestLevel() value. This way any other mod's custom tools can mine the block appropriately.

thesarlaacsweep commented 4 years ago

This has been fixed in the latest push to Radioactive Blocks repos for Minecraft versions 1.14.4 1.15.2 1.16.1.