Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 929 Bytes

readme.md

File metadata and controls

33 lines (25 loc) · 929 Bytes

Terraria web editor

Terraria world file editor in browser

- supports maps from 1.3.5.3 to 1.4.2.3

Feel free to contribute 🌳

Preview

Image of Yaktocat

Installation

\#>git clone https://github.com/TEdit/terraria-map-editor-web
\#>npm install
(if you can fix unexpected config errors yourself:
    \#>npm audit fix
    \#>npm update
)
\#>git submodule init
\#>git submodule update
\#>npm start