Aceba1 / TTQMM-Nuterra-Block-Injector-Library

Add custom blocks, resource chunks, and recipes to TerraTech (Reload JSON block changes with Alt Shift B)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TTQMM-Nuterra-BlockInjector

A TTMM library mod that handles importing and parsing C# & JSON blocks

Load custom blocks right in to TerraTech!


Creating your own blocks

C# Mod Blocks

Recommended IDE: Visual Studio Community

For making blocks with a TTMM mod, take a look at the BlockExamples.cs for syntax use.

To make your own TTMM mod, clone this Block-Mod Example repo and follow the README

JSON File Blocks

Recommended text editor: Visual Studio Code
Recommended 3D modeller: Blender

To make blocks:

  • Take a look at the Example.json file.
  • Copy and paste this into your Custom Blocks folder, within the game's installation path
  • You can find a collection of blocks/examples in this forum page

About

Add custom blocks, resource chunks, and recipes to TerraTech (Reload JSON block changes with Alt Shift B)


Languages

Language:C# 100.0%