So, I've got a block class which has 2 metadata blocks. One is an ore, and one is a brick. When I mine the ore, it drops the ore, but when I mine the brick it also drops the brick. How do I fix this problem?
(Using latest Forge for mc 1.7.10).
Here are my two block classes (one is used for metadata stuff) : https://drive.google.com/folderview?id=0ByIeNegfrZw0RjNLWEd5Nm55Ukk&usp=sharing
Thanks.