Modding Tutorials for 1.10.2

McJty

Over-Achiever
Mod Developer
May 13, 2014
2,015
2,519
228
twitter.com
These tutorials have existed for a while but I just updated them with a few new sections. So here are my (fully up-to-date) modding tutorials for Minecraft 1.10.2:

http://modwiki.temporal-reality.com/mw/index.php/Main_Page

There are sections about:
  • Basic mod setup
  • Configuration files
  • Custom commands
  • Items and blocks
  • Tile entities
  • Inventory handling and showing contents of an inventory in a GUI
  • Rendering of blocks and items (TESR, baked models, json, ...)
  • Making your own mobs
  • Making your own dimension
  • Networking and packet handler
  • Interfacing with TOP (The One Probe)
  • Interfacing with WAILA
There is also a github for this tutorial wiki with a working mod that contains all code from the tutorial:

https://github.com/McJty/ModTutorials/tree/1.10.2

Let me know if you spot errors or other problems.

Also I'd like to tell people that I have a Patreon (https://www.patreon.com/McJty). If you like my work (mods, tutorial, lets play) and want to support me then feel free to visit that page. Every bit helps. Thanks!
 

Plainy

New Member
Jul 29, 2019
366
0
0
Sweet~
When I have more free time definitly spending some time with your wiki page.
Hopefully I'll get to the point of what I want(basics rules command mod(server side only))
 
S

Shadow Codex

Guest
I've recently started going through this wiki. Tis a good resource! Thanks for putting it together!
 

Inaeo

New Member
Jul 29, 2019
2,158
-3
0
I'm not a programmer of even amateur status, but if you've helped to inspire anyone to write me new content, I applaud you. Your mods aren't half bad either. :cool:
 

Zein Eizoku

New Member
Jul 29, 2019
195
0
0
I am going to for sure read over the wiki you have posted :) thanks a lot. I love reading guides and tutorials and such, I love learning new things.