Jump to content

bokisa12

Members
  • Posts

    22
  • Joined

  • Last visited

Converted

  • Gender
    Undisclosed
  • Personal Text
    I am new!

bokisa12's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. Alright, but just being curious, is the 4096 limit Minecraft's fault of Forge's fault? Because I was making a modpack that was supposed to be called "Beyond Possibilitiez" and it was supposed to have a REALLY big amount of mods, but now, I'm mad...
  2. I've heard that 1.7 doesn't use BlockIDs? What's up with that?
  3. That's what I was looking for, thank you so much!!!
  4. 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.
  5. Thanks, but I can't find the method anywhere ... Mind sending me an example? Thxx.
  6. 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.
  7. Because it doesn't drop anything...
  8. Seriously... Not because, I can't figure it out, but because no one can give a simple solution and an explanation to my problem.
  9. Well, read my first post and see what I'm actually trying to do. It's really simple stuff, but I'm a big newbie in modding...
  10. What is wrong with new Item(), outside of preInit? Do you know a better method for what I'm trying to do? If so , please tell me
  11. Now I understand it . Thanks for the quick explanation!
  12. I've got one more problem. If I want the block to drop another block, I can't do that because "drop" is the type of an Item, and not a Block.
  13. Well, I'm a beginner in Java, that's why I didn't understand that, and I still don't understand it completely, but whatever, you helped me. It works! Thanks.
  14. I know what switch is and how it works. But, where does it get the metadata of the block that I destroy? "meta" is given as a parameter in the getItemDropped method, but where?
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.