Posted August 16, 20187 yr I was interested in getting started with Minecraft nodding and I was wondering if there were any recommended tutorials to help me learn the basics of modding. I do have some basic Java knowledge and would prefer modding Minecraft 1.12.2. Thanks for the help/recommendations! Edited August 16, 20187 yr by Neodymium Clearer
August 16, 20187 yr I'd recommend my own. ? http://jabelarminecraft.blogspot.com/ I also give some links to other tutorial sites there. Plus google should show lots of hits, also if you prefer videos search YouTube. Check out my tutorials here: http://jabelarminecraft.blogspot.com/
August 16, 20187 yr 8 hours ago, jabelar said: I'd recommend my own. ? http://jabelarminecraft.blogspot.com/ I also give some links to other tutorial sites there. Plus google should show lots of hits, also if you prefer videos search YouTube. ^^^ Probably some of the best. However there are also some other good tutorials: Shadowfact's tutorials are good beginner tutorials (if slightly outdated) - https://shadowfacts.net/tutorials/forge-modding-112/ BedrockMiner's tutorials used to be very good beginner tutorials (they're very outdated though, they might not exist anymore as I couldn't find them) Looking at OpenSource mods like Tinkers Construct - https://github.com/SlimeKnights/TinkersConstruct Mekanism - https://github.com/aidancbrady/Mekanism MinecraftByExample - https://github.com/TheGreyGhost/MinecraftByExample/ (this is VERY good as it is pretty much a do it yourself tutorial) Choonster's TestMod 3 - https://github.com/Choonster-Minecraft-Mods/TestMod3 Draco18s's ReasonableRealism (Pretty advanced and a bit outdated) - https://github.com/Draco18s/ReasonableRealism Feel free to also take a look at my mod. It's not complete, but I've done my best to write it well & make it easily readable. It's notable features are dynamic & worry free simple block registration and a bunch of rendering & 3d math methods Spoiler Dynamic Simple Block registration: Registration - https://github.com/Cadiboo/WIPTechAlpha/blob/bf0a8bfee1f3a6b240c6fbb2053990d08d3259da/src/main/java/cadiboo/wiptech/EventSubscriber.java#L1-L423 Enums - https://github.com/Cadiboo/WIPTechAlpha/blob/bf0a8bfee1f3a6b240c6fbb2053990d08d3259da/src/main/java/cadiboo/wiptech/util/ModEnums.java#L90-L375 API - https://github.com/Cadiboo/WIPTechAlpha/blob/bf0a8bfee1f3a6b240c6fbb2053990d08d3259da/src/main/java/cadiboo/wiptech/api/WIPTechAPI.java#L1-L13 Rendering, 3d math & Util https://github.com/Cadiboo/WIPTechAlpha/blob/bf0a8bfee1f3a6b240c6fbb2053990d08d3259da/src/main/java/cadiboo/wiptech/client/ClientUtil.java#L1-L726 About Me Spoiler My Discord - Cadiboo#8887 My Website - Cadiboo.github.io My Mods - Cadiboo.github.io/projects My Tutorials - Cadiboo.github.io/tutorials Versions below 1.14.4 are no longer supported on this forum. Use the latest version to receive support. When asking support remember to include all relevant log files (logs are found in .minecraft/logs/), code if applicable and screenshots if possible. Only download mods from trusted sites like CurseForge (minecraft.curseforge.com). A list of bad sites can be found here, with more information available at stopmodreposts.org Edit your own signature at www.minecraftforge.net/forum/settings/signature/ (Make sure to check its compatibility with the Dark Theme)
August 16, 20187 yr Applied Energistics and Refined Storage are also Open Source https://github.com/AppliedEnergistics/Applied-Energistics-2 https://github.com/raoulvdberge/refinedstorage About Me Spoiler My Discord - Cadiboo#8887 My Website - Cadiboo.github.io My Mods - Cadiboo.github.io/projects My Tutorials - Cadiboo.github.io/tutorials Versions below 1.14.4 are no longer supported on this forum. Use the latest version to receive support. When asking support remember to include all relevant log files (logs are found in .minecraft/logs/), code if applicable and screenshots if possible. Only download mods from trusted sites like CurseForge (minecraft.curseforge.com). A list of bad sites can be found here, with more information available at stopmodreposts.org Edit your own signature at www.minecraftforge.net/forum/settings/signature/ (Make sure to check its compatibility with the Dark Theme)
August 16, 20187 yr I'd also recommend my own ? http://www.youtube.com/harrystechreviews Edited August 16, 20187 yr by HarryTechReviews
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.