1.20
Introduction
In this section everything related to modding for 1.20 is discussed. This includes porting notes, changes in the API, etc. Note that this is a tutorial for Forge. Fabric, Quilt, and Multi-Loader are not supported here.
Documentation
- The official Forge documentation. Very well written and good explanation on various subjects
- Very good Wiki with all kinds of Forge related info
Useful links
- McJty's Discord
- NeoForge Discord
- Primer for 1.19.4 to 1.20
- ForgeGradle 5 -> 6 Migration
- Forge MDK Download
- Parchment Wiki (for better named parameters)
- Java 17
- DataPack Generator
- Structure Tutorial by TelepathicGrunt
- Minecraft Wiki with information on custom dimensions
1.20 Step By Step
All tutorial videos have a table of contents for easier navigation.
All concepts mentioned in these tutorials are summarized here.
Contents | Video | Wiki | Github |
---|---|---|---|
Episode 1: The Basics | YouTube | Episode 1 | GitHub |
Episode 2: Blocks, Block Entity, Datagen, Renderer | YouTube | Episode 2 | GitHub |
Episode 3: Block properties, TOP, Networking, GUI | YouTube | Episode 3 | GitHub |
Episode 4: Power generation and usage | YouTube | Episode 4 | GitHub |
Episode 5: Cable System (Baked Models) | YouTube | Episode 5 | GitHub |