Minecraft Forge Modding Tutorials for 1.11.2
Friday, January 12, 2018
Minecraft Modding Tutorial with Kotlin: Setting up Forge with Kotlin, and an Introduction to Kotlin!
›
Well...it's time to get serious. I'm gonna teach you how to make a mod in a completely different programming language. No java invol...
11 comments:
Saturday, June 3, 2017
Entities Part 1: Setting Up
›
At long last, we are going to start learning how to create an entity. So let's get into defining what an entity is in minecraft. There...
2 comments:
Wednesday, May 24, 2017
Custom Commands
›
I decided to do a tutorial on commands since there aren't really any tutorials on commands these days. So without further-a-do, let'...
3 comments:
Multi-Textured Blocks
›
I know that this is a popular topic to learn so here it is! Starting off, we need to review how the blocks are rendered in the game. Block...
6 comments:
Tuesday, May 23, 2017
Blocks, Items, Creative tabs, and all review
›
In the last tutorial, we created a util class that handles the registry and rendering of all of our blocks and items. Now we need to create ...
29 comments:
Registry and Rendering Utils
›
Now we need to register and render our blocks and items properly. The last time we did that, we did it in a not so favorable fashion. The wa...
12 comments:
Moderate Minecraft Modding Tutorial Part 2: Setting Up with IntelliJ Part 2
›
Before we start programming, we gotta fix a few things first! We have to set our language level and target level to be Java 8 and setup our ...
15 comments:
›
Home
View web version