Skip to content

Texture Generator for the TerraFirmaCraft Minecraft Mod.

Notifications You must be signed in to change notification settings

Blade67/TFCGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TFCGenerator

Texture Generator for the TerraFirmaCraft Minecraft Mod. This tool may work for other mods.

Usage

Prerequisites: NodeJS

After cloning the repo:

$ npm install
$ npm run example

Or:

$ node . --chest --chest-large-trapped -t oak

Arguments

--chest                                             # Enables the Chest genarator
--chest-large                                       # Enables the Large Chest genarator
--chest-trapped                                     # Enables the Trapped Chest genarator
--chest-large-trapped, --chest-trapped-large        # Enables the Large Trapped Chest genarator

-t, --type <String[]>                               # Specifies the material type (ie. oak)
Be sure to provide the required sheet and log textures! This tool assumes them to have the same name.

To-do

Features

  • --chest-all flag to generate all types at once
  • Wildcard * (all) selector for materials

Generators

  • Boats
  • Bookshelves
  • Beds
  • Crafting Tables
  • Chiseled variants