Posted June 13, 201510 yr 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.
June 13, 201510 yr Author Thanks, but I can't find the method anywhere ... Mind sending me an example? Thxx.
June 13, 201510 yr Author Alright, thanks, I got it working. But let's say that I want the ore (metadata 0) to drop some kind of an item, and the brick (metadata 1) to drop itself? How would I do that?? Thx.
June 13, 201510 yr Author Only override getDrops in your Block for that (same process I described above). If you do that you get full control over what your Block drops. That's what I was looking for, thank you so much!!!
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.