Minecraft Modding

A modder's guide to how minecraft works, focussing on key concepts which help to understand the game's code. Based on Forge. Work in progress...

Pages

▼
Saturday, 23 May 2020

Redstone [1.15.2+]

›
There are a few important concepts to keep in mind with Redstone. In general, there are two types of redstone blocks: power provider...
11 comments:
Tuesday, 19 May 2020

Minecraft By Example

›
In parallel with this blog, I created a tutorial project MinecraftByExample . The purpose of MinecraftByExample is to give simple working...
14 comments:
Monday, 13 April 2020

Baking models [1.14.4+]

›
The conversion from block model json files into BakedModels occurs in several steps. The two major stages are: UnbakedModels are create...
1 comment:

Item Rendering [1.14.4+]

›
Rendering items is a bit complicated because there are a number of different places they can be seen: In the Inventory (also in the S...
2 comments:

Quad Rendering [1.14.4+]

›
The basic rendering unit for most things you see in the world is the quad.  A quad will have • Position coordinates for its four vertices ...
2 comments:

Lighting [1.14.4+]

›
Minecraft uses three different lighting models depending on what it is rendering: No lighting - typically for GUI screens. Item Lighting...
18 comments:
›
Home
View web version
Powered by Blogger.