Skip to content
The Ghost in the Machine edited this page Dec 13, 2017 · 3 revisions

Overview

Welcome to the BlockFamilyTutorial wiki! This is a tutorial on block families. In this tutorial we will create a new module then make a block family. Before we get started, you'll want to create your module. Here's a nice tutorial on how to do it: https://github.com/MovingBlocks/Terasology/wiki/Developing-Modules.

Resources

All the code and images I'm using in this tutorial will be available on this repository as a fully functional module.

Goal

The goal of this tutorial is to teach you the basics of making your own block family. As you follow along, you'll see me making the code for an "arrow" block family. The basic idea is when you line them up, the ends become arrows. There are also corners, "t" shapes and 4-way crosses with the arrows. This is the finished product: Terasology made with arrows

Clone this wiki locally