Difference between revisions of "Main Page"
From McJty Modding
m (1 revision imported) |
|||
Line 1: | Line 1: | ||
− | <strong> | + | <strong>Minecraft Modding Knowledge Base</strong> |
− | + | This wiki is all about making your own mods for Minecraft. Currently it focuses on modding for Minecraft 1.12 as that is the current latest version supported by Forge. | |
+ | This wiki was started by McJty (twitter https://twitter.com/McJty, Patreon https://www.patreon.com/McJty) | ||
+ | * The source code for the 1.12 versions of these tutorials can be found here: https://github.com/McJty/ModTutorials/tree/1.12 | ||
+ | * The source code for the 1.11 versions of these tutorials can be found here: https://github.com/McJty/ModTutorials/tree/1.11 | ||
+ | * The source code for the 1.10.2 versions of these tutorials can be found here: https://github.com/McJty/ModTutorials/tree/1.10.2 | ||
+ | |||
+ | |||
+ | <table> | ||
+ | <tr> | ||
+ | <td> | ||
+ | == 1.12 == | ||
+ | |||
+ | * [[Links|Links to other useful resources for mod development]] | ||
+ | * [[Concepts-1.12|Concepts and Terminology]] | ||
+ | * [[Basic Mod-1.12|How to structure your mod]] | ||
+ | * [[Configuration-1.12|Adding a config file]] | ||
+ | * [[Basic Block-1.12|Your very first basic block]] | ||
+ | * [[Basic Item-1.12|Your very first basic item]] | ||
+ | * [[Tile Entities-1.12|How to make your own tile entities]] | ||
+ | * [[Recipes-1.12|Recipe System]] | ||
+ | * [[GUI-1.12|How to make a GUI and inventory]] | ||
+ | * [[Mobs-1.12|Making a custom mob]] | ||
+ | * [[Rendering-1.12|Everything about rendering your blocks and items (json!)]] | ||
+ | * [[Networking-1.12|Networking and packet handler]] | ||
+ | * [[Commands-1.12|Adding custom commands]] | ||
+ | * [[Dimensions-1.12|Making your own dimensions]] | ||
+ | * [[OtherMods-1.12|Interfacing with other mods]] | ||
+ | </td> | ||
+ | |||
+ | <td> | ||
+ | == 1.11 == | ||
+ | |||
+ | * [[Links|Links to other useful resources for mod development]] | ||
+ | * [[CompatLayer-1.11|CompatLayer and 1.10/1.11]] | ||
+ | * [[Porting-1.10-1.11|Porting from 1.10 to 1.11]] | ||
+ | </td> | ||
+ | <td> | ||
+ | == 1.9.4/1.10.2 == | ||
+ | |||
+ | * [[Links|Links to other useful resources for mod development]] | ||
+ | * [[Concepts-1.9|Concepts and Terminology]] | ||
+ | * [[Basic Mod-1.9|How to structure your mod]] | ||
+ | * [[Configuration-1.9|Adding a config file]] | ||
+ | * [[Basic Block-1.9|Your very first basic block]] | ||
+ | * [[Basic Item-1.9|Your very first basic item]] | ||
+ | * [[Tile Entities-1.9|How to make your own tile entities]] | ||
+ | * [[GUI-1.9|How to make a GUI and inventory]] | ||
+ | * [[Mobs-1.9|Making a custom mob]] | ||
+ | * [[Rendering-1.9|Everything about rendering your blocks and items (json!)]] | ||
+ | * [[Networking-1.9|Networking and packet handler]] | ||
+ | * [[Commands-1.9|Adding custom commands]] | ||
+ | * [[Dimensions-1.9|Making your own dimensions]] | ||
+ | * [[OtherMods-1.9|Interfacing with other mods]] | ||
+ | </td> | ||
+ | </tr> | ||
+ | </table> | ||
+ | <!-- | ||
+ | ||| Commented out so it doesn't show, but so editors can still access it should needs be ||| | ||
== Getting started == | == Getting started == | ||
− | * [ | + | * [//www.mediawiki.org/wiki/Special:MyLanguage/Manual:Configuration_settings Configuration settings list] |
− | * [ | + | * [//www.mediawiki.org/wiki/Special:MyLanguage/Manual:FAQ MediaWiki FAQ] |
* [https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list] | * [https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list] | ||
− | * [ | + | * [//www.mediawiki.org/wiki/Special:MyLanguage/Localisation#Translation_resources Localise MediaWiki for your language] |
− | + | --> |
Revision as of 21:09, 19 November 2017
Minecraft Modding Knowledge Base
This wiki is all about making your own mods for Minecraft. Currently it focuses on modding for Minecraft 1.12 as that is the current latest version supported by Forge. This wiki was started by McJty (twitter https://twitter.com/McJty, Patreon https://www.patreon.com/McJty)
* The source code for the 1.12 versions of these tutorials can be found here: https://github.com/McJty/ModTutorials/tree/1.12 * The source code for the 1.11 versions of these tutorials can be found here: https://github.com/McJty/ModTutorials/tree/1.11 * The source code for the 1.10.2 versions of these tutorials can be found here: https://github.com/McJty/ModTutorials/tree/1.10.2