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 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.
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...