Skip to content

Unofficial repository for the terraria tile generator. Generates a template for a custom block

Notifications You must be signed in to change notification settings

khizka/Terraria-Tile-Generator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Terraria-Tile-Generator

Before you download the generator, make sure python 3 is installed, added to your %PATH% and %PYTHONPATH%, tkinter is installed and pip is installed.

Some dependencies must be installed before using this script, open up a terminal window and type in: 'pip3 install pillow numpy==1.15' (Without quotes).

For some strange reason the latest numpy does not allow the image array to be flagged as writeable and thus 1.15 must be used instead.

Original credits go to ghost20000, none of the code is mine and I am only uploading it since the repo link is dead. Some modifications had been made to the original code such as the ability to name the template.

About

Unofficial repository for the terraria tile generator. Generates a template for a custom block

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%