Skip to content

Parsing Indentations with “Tab” working incorrectly #41

@VexSpectre

Description

@VexSpectre

This is my original code:

#Init Scoreboards
{"type":"impulse", "auto":false}
/scoreboard     objectives add sHambre      food
    {"type":"chain", "auto":true}
    /scoreboard objectives add sHp          health

When I compile it, I get this in the command blocks:
1: /scoreboard \tobjectives add sHambre\t\tfood
2: /scoreboard objectives add sHp \t\t\thealth

As you can see there are some \t that are corrupting the commands.
I’m using Sublime Text 3 to write the files and I haven’t created or modified the config file for smelt.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions