Beginner-Friendly
Start with zero modding experience. Every guide assumes only Java knowledge and nothing more.
Code-First
Real, copy-pasteable examples with every concept demonstrated on working, tested code.
Series Structure
Follow curated series from setup to advanced topics, or jump to any standalone guide.
Start learning
Getting Started with MultiLoader 1.21+
Install JDK 21, clone the MultiLoader template from jaredlll08, configure gradle.properties, and set up IntelliJ IDEA for a multi-project mod build targeting both Fabric and NeoForge.
Creating Items (MultiLoader 1.21+)
Build an ItemRegistry using RegistrationProvider, register a custom item, add a generated item model and texture, wire up a creative tab, and add localisation — all from the common module.
Creating Blocks (MultiLoader 1.21+)
Create a BlockRegistry with registerBlock helpers that auto-register a BlockItem, define a custom block using vanilla property copying, set up block models, textures, blockstates, and a creative tab.