About 50 results
Open links in new tab
  1. Forge Modding Tutorials

    This site will teach you how to make Minecraft mods for the Forge mod loader. I make these because I was frustrated by the lack of documentation and useable tutorials for Forge.

  2. Introduction to Modding - Modding Tutorials

    Getting Started Congratulations! Now you're ready to make your own minecraft mod. Make sure you learn the Java programming language. This is what you will be writing in to make your mod and …

  3. Basic Items - Modding Tutorials

    In this tutorial we will make a simple item with a name and a texture. We will also make a new creative tab to put items in.

  4. Advanced Items - Modding Tutorials

    A tutorial on making items with unique custom behaviours. We will make a food that gives a potion effect, a furnace fuel and an item that teleports you forward when right clicked.

  5. My Mods - Modding Tutorials

    My Mods This site hosts the documentation for most of my Minecraft mods. Mimic Find My Friends 1.16, 1.17, 1.18 (forge) Entity Rain 1.16 & 1.18 (forge) Inclusive Enchanting Allows many vanilla …

  6. Java Basics - Modding Tutorials

    Before you begin trying to make a Minecraft mod, it is important that you are comfortable with the Java programming language. There exist much better ways to learn Java for beginners than this …

  7. Environment Setup - Modding Tutorials

    How to setup a forge development environment for 1.19.2 with the official mappings. We download java 17, forge and IntelliJ. We also rename our main package and class and update the mods.toml file.

  8. Mixins - Modding Tutorials

    Although mixins are more versatile than events, they can be a bit tricky to get right and are generally worse for mod compatibility. You should almost always prefer using the Forge event when one exists.

  9. Basic Blocks - Modding Tutorials

    In this tutorial we will register a simple block with a texture and a loot table. It will be a similar process to basic items.

  10. Advanced Blocks - Modding Tutorials

    A tutorial on making a block with custom behaviour. It will react to being right clicked, explosions, random ticks and even act as soil for crops!