Looking for pre-releases? Try the super-secret pre-releases page.

Smelt Change Notes

Version 1.1.1

Some bug fixes, and two interesting new features; this is what you’ll find in version 1.1.1:

Version 1.1.0 (27th February 2017)

The 1.1.0 pre-release has been around for a while, and really, this shouldn’t have taken so long.

So, finally, all of this is now available in version 1.1.0:

Version 1.0.4

Version 1.0.3

Version 1.0.2

Version 1.0.1

Version 1.0.0 (27th August 2016: First stable release!)

After a period of time has passed, the 0.9.4 release has had no bugs reported. Since all of the bugs and features listed for the 1.0.0 milestone have been fixed or released, I am now glad to announce that Smelt version 1.0.0 is released!

There are no changes from version 0.9.4 and version 1.0.0 except for the version number. Smelt is no longer in beta!

1.1.0 Pre-Releases:

Work has already begun on version 1.1.0, the main features are going to be: (1) Added support for 1.11 snapshot command changes. (2) More configuration options to allow map makers to change the size or their command block modules. (3) A ‘clear module’ to allow map makers to remove a module entirely.

Look out for news on the pre-releases coming soon!

Beta Releases

Version 0.9.4

Version 0.9.3

Version 0.9.2

Version 0.9.1

Version 0.9.0

Version 0.8.3

Version 0.8.2

Version 0.8.1

Version 0.8.0

Example:

// Declare variables - single line comment
$Name=Johann
$NameAndTitle=Mr $Name
$Message=Hello $Name

#Start
>{"type":"impulse",
  "auto":true}
/say $Name
    >{"type":"chain"}
    /say $Message
    /*
        Example of a multiline comment
    */ 
    $Message=Goodbye $NameAndTitle
    /say $Message // The message has changed!

Output:

[@] Johann
[@] Hello Johann
[@] Goodbye Mr Johann

Many thanks to Johann/Skaran for is contributions towards these features!

Version 0.7.5

Version 0.7.4

Version 0.7.3

Version 0.7.2