Jump to content

Chuckinator

Members
  • Posts

    45
  • Joined

  • Last visited

Everything posted by Chuckinator

  1. Thanks @Draco18s and @That_Martin_Guy and anyone else who HELPED.
  2. Is their one whole file with all of the forge docs so I dont have to be online all day
  3. Thank you I didnt know thats what annotation did. The item i added says item.null.name in minecraft how do I fix that and how do I add it to my flash Tab
  4. Sorry I didnt see the import. yes when I call them manually. The error by the parameters. Main.java
  5. 1. I dont have Item.registerItems imported. 2.I get errors when I make my registry method static. 3.I get errors when I annotate the method. ...
  6. The things is WHAT DO YOU DO WHEN 2 PEOPLE ARE TELLING 2 DIFFERENT THINGS
  7. Its people like you, you are the reason their are so few actual programming minecraft modders. Noww.... I did what you said and now i have a crash report that says Can not register to a locked registry. Modder should use forge Register methods. Here is the crash report and main file. Main.java crash-2017-07-06_19.38.25-client.txt
  8. IF YOU STOPPED INSULTING ME MAYBE THIS WOULD GO FASTER Look I do know java but i dont work with this type of stuff. I know I dont know as much as you THATS WHY WE ARE HAVING THIS CONVERSATION. I am asking for help with the basics so that I can expand on it... Now... Going back on topic... I uncommented the code at the bottom of the class and annotated it with @Mod.EventBusSubscriber. it says that @ Mod... is not applicable to method.
  9. I am still getting an error at get Registry Main.java
  10. This is my code I am getting an error at getRegistry. Main.java
  11. Whats with the hastags? And I dont know what passing a variable through is?
  12. I asked that because I already had the variable there.
  13. I KNOW FRICKIN JAVA. I HAVE BEEN DOING FOR YEARS I AM NEW TO MODDING , THIS WOULD GO ALOT FASTER IF PEOPLE WOULD HELP NOT JUDGE PEOPLE ON HOW THEY THINK THEIR LEVEL OF JAVA IS.
  14. I do know java. I had commented that part out in main and moved to init. How do I do that?
  15. When I try to add static to either class is says its not allowed
  16. I have the error above. It says the error is on line 72 which says Public void init (FMLInitializationEvent e){ registerItems (); } The registerItems method is made with this code Public void registerItems (RegistryEvent.Register <Item> event){ event.getRegistry ().register (new Item ().setRegistryName ("testmod", "testitem")); event.getRegistry ().register (new ItemSword (Item.ToolMaterial.DIAMOND).setRegistryName ("flashmod", "flash_sword"));
  17. Now where exactly do I put the texture(.png) files in Forge?
  18. Hello All, With this new registration thing in forge that changed in 1.12, I have been a little confused and lost. What I need is the basic code to register and create items and blocks for minecraft Forge 1.12. Ps I also need to know where textures of items and blocks go. Thank you in advance.
×
×
  • Create New...

Important Information

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