Skip to content
Lak Moore edited this page Sep 7, 2017 · 15 revisions

Infini-TiC

Because sometimes just going extra isn't going far enough...

How do I make a new material?

Materials are defined by JSON files. These files can be anywhere under the config/infinitic directory, including in subdirectories if you want to organise your files more easily that way. Currently, one file can only define one material.

Note for those who would like to make config "packs": Infini-TiC will automatically read any zipfiles that are in the config directory (or subdirectories). This means you can zip all of your configs together into one easily-distributable .zip archive, and just hand that out to people. No unzipping required!

I made a file but it doesn't work!

First, please validate your JSON using an online tool like JSONLint, which can be found here: https://jsonlint.com

You should ensure that your JSON validates correctly before trying again.

What should a material file look like?

The formatting of the file and the available parameters differ, depending upon the version of Minecraft.

Clone this wiki locally