Jump to content

pta2002

Forge Modder
  • Posts

    40
  • Joined

  • Last visited

Everything posted by pta2002

  1. Thanks I am gonna check that out. But that seems to be using a library (CoFHLib) that is outdated, any help?
  2. I have been browsing the web for about 3 hours now and I still haven't found a way to add GUI to an item. I desperately need help here. Can anyone link me an updated tutorial, or even an open source mod that does so? (I don't need to get the player inventory, I am just trying to display something like a book, for my mod's "about" item)
  3. I found a way! I used MCreator and checked the code it uses
  4. Hey guys, I'm making my mod and I just added a new seed. I want it to be dropped from grass with the same rarity as normal seeds. How do I do that? I only found one tutorial, but I don't understand, because he is just typing and I don't understand what the things do (Bad tutorial )So, if anyone can link me some tutorial or explain me what do do, it will be appreciated
  5. I think I will check that.... But I think that this isn't gonna help me alot anyway. But i'll take a look
  6. Hey, I want to know how do I use a damaged item in my crafting recipe. I also want it to work ONLY with the damaged item. How can I do this?
  7. Ok, how do I make a pig drop rotten flesh?
  8. God, quick answer ! Anyway, ill see that.
  9. Sorry, I'm new to this. Can you give me an example?
  10. Hey guys, I'm making my mod and I would like to know how I add drops to vanilla mobs. I want them to drop an item that I added. If possible, I would like to know how to make them drop 25% of the time. EDIT: I added the title (Whoops....)
  11. Ohhhh.... Ok... I never remember that some words can mean something completely different
  12. What? Is music anything with potatoes?
  13. Can you link me a tutorial or so?
  14. Yes, but I can't find the way to set a texture to the ammo.
  15. Hi guys, I've just done the gun tutorial in the tutorials section and I made a potato cannon. But when I shoot it, it shoots air, that makes it much harder to see if it hits the target. How do I make it shoot potatoes?
  16. Noooo, how do I use those methods? Where do I put them? And what do I make to the item stay in the crafting grid?
  17. Hi guys, I want to make an Item that stays in the crafting grid WITHOUT TAKING DAMAGE. I have already saw that, so I know it is possible. How do I do that?
  18. there are much easyer ways. In your main class, add a new tool material, and make the sowrd extends ItemSword, not Item.
  19. I already found a way. Sometimes MCreator can help you a lot seeing wat code to add for some special thing. protected void onFoodEaten(ItemStack stack, World world, EntityPlayer player){ player.inventory.addItemStackToInventory(new ItemStack(Items.paper)); }
  20. I already had that for some porion effects. But what do I add to give me paper?
  21. Hi guys, I've just finished my sandwich mod (Just testing) and it basically adds sandwiches (nooooo), but all of them use a paper and I want to get back that paper after eating the sandwich. Is that possible? If yes, How I do that? (I'm no Java pro)
  22. Hi guys, I want to make a mod that puts you upside-sown, like Dinnerbone and I know that for that I need to make Minecraft think you are Dinnerbone. I think I can also change the player model, but I think making Minecraft think you are Dinnerbone is much easier, because I already saw a mod that does that, but instead of Dinnerbone, it makes it think you are deadmau5 for getting ears. I'm making it for 1.7.2 and I want to know how I make that. Can you help me?
  23. Anyway, I think Im gonna learn a bit more of Java.
×
×
  • Create New...

Important Information

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