GnaspGames / Smelt

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

Adding a JSON Property to handle TrackOutput from inside the .mcc #90

Closed Plagiatus closed 7 years ago

Plagiatus commented 7 years ago

It would be really nice if one could change the TrackOutput property from inside the -mcc file, using the JSON format.

Example:
>{"TrackOutput":true}

This would allow for easier and quicker debugging.

GnaspGames commented 7 years ago

@Plagiatus So,.. I haven't tested this, but it appears that a "trackOutput" JSON property already exists.

At least it is in the code. Can you test this?

If it works, I'll add it to the documentation.

GnaspGames commented 7 years ago

It needs to be with a lowercase "t" on "trackOutput". That's consistent with the other properties.

GnaspGames commented 7 years ago

I'm closing this now we know it's already in there!