GnaspGames / Smelt

A CLI tool for Minecraft map makers
http://smelt.gnasp.com
MIT License
19 stars 4 forks source link

Configurable module layout: Row Direction #78

Open GnaspGames opened 8 years ago

GnaspGames commented 8 years ago

Row Direction

To change how rows are built we might add the following configuration options:

This might be implemented as such in the config.json file:

    "Rows":
    {
        "StartDirection": "East",
        "WrapDirection": "Up",
        "ShiftDirection": "South"
    }

We may also make it possible to override row direction settings within an MCC file.

Progress