https://github.com/osbm/terraria-empty-worlds
https://github.com/osbm/terraria-empty-worlds
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/osbm/terraria-empty-worlds
- Owner: osbm
- License: mit
- Created: 2025-07-29T11:03:05.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-08-12T02:13:24.000Z (12 months ago)
- Last Synced: 2025-10-24T17:02:16.676Z (9 months ago)
- Language: Nix
- Size: 19.5 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Terraria Empty Worlds Generator
This project automatically generates empty Terraria world files for all combinations of world sizes, difficulties, and corruption types.
This release contains pre-generated empty world files for all combinations of:
- **Sizes**: small, medium, large
- **Difficulties**: journey, classic, expert, master
- **Corruption types**: crimson, corruption
I also placed a couple of blocks in the center of the world to stand on.
You can download the generated worlds from the [releases page](https://github.com/osbm/terraria-empty-worlds/releases).
Or you can build the project yourself using Nix:
```bash
nix run github:osbm/terraria-empty-worlds
```
Or cargo:
```bash
git clone https://github.com/osbm/terraria-empty-worlds.git
cd terraria-empty-worlds
cargo run
```