GnaspGames / Smelt

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

When TrackOutput is set to enabled, don't add the TrackOutput tag #73

Closed ReverendQ closed 8 years ago

ReverendQ commented 8 years ago

The blocks are automatically set to TrackOutput 1 when spawned unless specified otherwise in the game. This means adding a bunch of "TrackOutput:1b" tags increases the character limit. There are some .mcc files of mine that no longer work on the prerelease as a result of this.

GnaspGames commented 8 years ago

Hey!

I know this was discussed in our Discord chat. I forgot to come back here to update it.

"The blocks are automatically set to TrackOutput 0 when spawned unless specified otherwise in the game"

I've been reliably told that TrackOutput is true by default. Even the gamerule used when creating blocks manual doesn't work for cmd blocks that are created via commands.

So when it needs to be false, this means that the tag must be included. Sorry.