Posted March 29, 20205 yr I am new at modding. And it is very hard to find specific tutorial for everything. Is there a place where i can find the information at once?
March 29, 20205 yr When I need to figure something out, I search here and on google, and usually have good results. The vanilla minecraft sources are also a good reference on how to do things. You said you are new to modding, how familiar are you with programming in general, and specifically, Java? Without some prior programming knowledge, preferably in Java or a similar OOP language, you will not have a good time trying to mod.
March 29, 20205 yr Author 4 hours ago, Ugdhar said: When I need to figure something out, I search here and on google, and usually have good results. The vanilla minecraft sources are also a good reference on how to do things. You said you are new to modding, how familiar are you with programming in general, and specifically, Java? Without some prior programming knowledge, preferably in Java or a similar OOP language, you will not have a good time trying to mod. I'm familiar with programing specifically in java so that's not a problem. Sorry if it's a dumb question but where can i find the vanilla minecraft sources and from there where should i look to see for example a gui?
March 29, 20205 yr You should find the forge jar in the Referenced Libraries section of your IDE, it will contain the minecraft and forge sources. There is also a client-extra jar which contains model jsons and other client stuff.
March 29, 20205 yr Author Is there any guide/map on the location of the refferance for gui, items, blocks etc.?
March 29, 20205 yr 42 minutes ago, garitrigura said: Is there any guide/map on the location of the refferance for gui, items, blocks etc.? The package names are pretty good, gui stuff will be in net.minecraft.client somewhere.
March 30, 20205 yr On 3/29/2020 at 12:20 PM, garitrigura said: I am new at modding. And it is very hard to find specific tutorial for everything. Is there a place where i can find the information at once? https://github.com/TheGreyGhost/MinecraftByExample do not search youtube. it's ok if you follow a link to videos from a real modder (example: https://wiki.mcjty.eu/modding/index.php?title=YouTube-1.14 ), but most videos on youtube are from kids that do half the things wrongly. searching this forum is sometimes ok but often impossible (because you'll find your search words in unrelated stack traces)... official docs: https://mcforge.readthedocs.io/en/latest/
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.