Jump to content

aradarbel10

Members
  • Posts

    6
  • Joined

  • Last visited

Everything posted by aradarbel10

  1. VERY LITTLE, but if you are asking about general programming, so I have about 1.5 yours of learning... I don't know if that helps me but when I'm reading java code, I quite know what's going on...
  2. I did, its item now, but I'm getting errors "Platinum_Ingot cannot be resolved to a variable"
  3. 2 small things: first, I can just delete the "gameRegistry.regsiter(item)"? and second, what I need to type in the (block1, block2...) I tried to type there (Platinum_Ingot); because I added an item with that name: public static Item Platinum_Ingot; sorry about my questions, I'm realy noob and don't know what to do. thanks for all of your help.
  4. Thank you so much! but where do I put the new class?
  5. yeah, I know about it... but I don't know what to do because I'm noob. I hoped someone will explain it for me...
  6. Hi, I'm a starter in all of that modding thing and I need help. I followed this tutorial for minecraft 1.12, and now I'm creating my first new item! but I cant use the gameRegistry.register(item); that says: "The method register(K) from the type GameRegistry is not visible". I read about it on the internet and saw that changed in 1.12, and now I can use this for my mods. but I don't know what I can do! thanks for help and sorry about the English :P. *If you need my code Ill post it, but that's exactly the code from the tutorial so you can use it...
×
×
  • Create New...

Important Information

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