Skip to content

The Block File

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

Each block in Terasology needs a .block file. This file defines certain things that cannot be defined in the java file. For an in depth explanation of .block file attributes, see this. Here, we are only concerned about the custom sections that we made with the annotation at the top of our block family class's header. Here's the block file that we'll be using:

Clone this wiki locally