Jump to content

ZapterX

Members
  • Posts

    12
  • Joined

  • Last visited

Converted

  • Gender
    Undisclosed
  • Personal Text
    I am new!

ZapterX's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. Thanks for everything!
  2. Could anyone direct me to an instruction page to update my mod from 1.6.4 to 1.7.10?
  3. Is there any easy way to do it without updating? I'm asking because I have a modpack at 1.6.4 and alot of mods aren't updated and I would like to add my mod to the pack before releasing it.
  4. I am coding a mod that contains a tool used to replace a minecraft block with a block from the mod on a right click event while holding the item. I don't know what code to use to actually replace the block wile holding the item. Any suggestions?
  5. Thanks guys, that is very useful. But I also have another question. How would I link items to class files for crafting and such. For example, when I made a new file for an item and created the item and textures and registered everything, it wouldn't recognize the creative tab that I made in a different class(everything explained was in the same package). Do I have to recreate the tab for each one?
  6. My ZeusCannon mod is confusing me and I don't know java all that well. I would like to know if I should make a separate class file for each weapon. Or should I keep it all in the main file. But no matter what I do, I can't get the code for shooting a gun without errors. Too many errors and confusion. I have looked at the Blaster Rifle tutorial and I want to put the code from that tutorial in my mod but changing names and such. Is there any way to do that or do I have to make separate class files for each weapon(which I do not want to do if possible). The main class contains blocks, items, recipes, creative tab, and smelting. If you need the code, just ask. All help is appreciated. Thanks in advance, ZapterX
  7. I tried running that in gradlew.bat but it would not allow me to type, it auto closed.
  8. No I have not, would I do that in the command prompt?
  9. It says source not found when the files are in the correct locations.
  10. Where is the code for it? I've been searching in the src.
  11. Thank you, but I have never codded a gun before and wanted to know if you could provide a more specific example.
  12. I am creating a gun mod and I have almost everything set except the guns do not shoot, because I do not know how to make a projectile launch on a left click with an item. Thanks in advance, ZapterX
×
×
  • Create New...

Important Information

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