Category Archives: Forge tutorial
Minecraft 1.15 modding with forge – 5 – Custom basic block
Hello everyone, Today I’m going to show you how to make a custom block using the new DeferredRegister
Continue readingMinecraft 1.15 modding with forge – 4 – Custom basic item
Hello everyone, Today I am going to show how to make a custom item, using the DeferredRegister.
Continue readingMinecraft 1.14/1.15 modding with forge – 3 – How to use events
Hello everyone! In this part of the tutorial, I’ll show what events are and how to use them.
Continue readingMinecraft 1.14/1.15 modding with Forge – 2 – Setting up a basic mod
Hello everyone and welcome to part 2 of Minecraft 1.14/1.15 modding with forge, today I am going to show how to make a mod that is detected and loaded by Forge.
Continue readingMinecraft 1.14/1.15 modding with Forge – 1 – Setting up a dev environment
Hello everyone, This tutorial will work for FG3, which is used by forge from 1.13.
Continue readingMinecraft 1.13 modding with forge – 4 – Custom basic block
Hello everyone, Today we are going to make a custom block, I am going to show you how to register your blocks, register block models and add ItemBlocks.
Continue readingMinecraft 1.13 modding with forge – 3 – Custom basic item
Hello everyone, Today we are going to make a custom item, I am going to show you how to register your items, register item models, and work with RegistryEvents.
Continue readingMinecraft 1.13 modding with Forge – 2 – Setting up basic mod
Hello everyone and welcome to part 2 of Minecraft 1.13 modding with forge, today we are going to set up the main mod class and make Minecraft load our mod. So start your IDE and start modding!
Continue readingMinecraft 1.13 modding with Forge – 1 – Setting up a dev environment
Hello everyone, Forge for Minecraft 1.13 has been released, so here is the first part of the tutorial! Warning: the way I structured my code and the way I wrote the code may not be the ideal way!
Continue readingMinecraft 1.12 modding with forge – 17 – Blockstates
Hello everyone! In this part I’ll explain what blockstates are, why you can use them and how you can use them.
Continue reading
