From e4aa91e38fdc638d5a2e5aa8f3b8320485d4b671 Mon Sep 17 00:00:00 2001 From: Stevertus Date: Sat, 28 Apr 2018 14:07:28 +0200 Subject: [PATCH] 0.1.4 --- README-DE.md | 2 +- README.md | 2 +- _changelog.md | 7 ++++--- documentation.html | 2 +- documentation_en.html | 2 +- package.json | 2 +- 6 files changed, 9 insertions(+), 8 deletions(-) diff --git a/README-DE.md b/README-DE.md index 84a5264..4a8590f 100644 --- a/README-DE.md +++ b/README-DE.md @@ -2,7 +2,7 @@ ![](https://i.imgur.com/YedWe7W.png) # Minecraft Script Dokumentation -> Update 0.1.3: [Alle Änderungen](https://github.com/Stevertus/mcscript/releases) +> Update 0.1.4: [Alle Änderungen](https://github.com/Stevertus/mcscript/releases) Minecraft Script ist eine Programmiersprache für Entwickler der mcfunctions, sowie für die Minecraft Map und Package Erschaffer. Die .mcscript Dateien werden dabei zu mcfunction compiled und generiert. Dies bietet dem Entwickler erweiterte Möglichkeiten, wie zum Beispiel Modals, Loops, Variablen, Konstanten und Command-Wrapping. diff --git a/README.md b/README.md index 598a064..7498361 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Minecraft Script Documentation ============================== -> Update 0.1.3: [All Changes](https://github.com/Stevertus/mcscript/releases) +> Update 0.1.4: [All Changes](https://github.com/Stevertus/mcscript/releases) Minecraft Script is a programming language for developers of mcfunctions, Minecraft maps and packages. The .mcscript files are therefore compiled and generated to the function format. This enables the developer extended possibilities, such as Modals, Loops, Varibles, Constants and Command-Wrapping. diff --git a/_changelog.md b/_changelog.md index 5652bec..42df092 100644 --- a/_changelog.md +++ b/_changelog.md @@ -3,6 +3,10 @@ Minecraft Script Changes ============================== > Update your Version by running: `npm install -g mcscript@` +### v0.1.4 +* added: a `mcscript add` package command +* reduced file size + ### v0.1.3 * added: Minecraft Cam datapack modals * added: Core Modal documentation @@ -12,9 +16,6 @@ Minecraft Script Changes * changed: the mcscript folder will be automaticly deleted! save important files!! * fixed: the forWeb.js file -** v0.1.3.1** -* added: a `mcscript add` package command -* reduced file size ### v0.1.2 * changed: fixed asat to "at @s" * changed: raycasting is more accurate diff --git a/documentation.html b/documentation.html index 2794897..cebc63c 100644 --- a/documentation.html +++ b/documentation.html @@ -1,7 +1,7 @@

Minecraft Script Documentation

-

Update 0.1.3: All Changes

+

Update 0.1.4: All Changes

Minecraft Script is a programming language for developers of mcfunctions, Minecraft maps and packages. The .mcscript files are therefore compiled and generated to the function format. This enables the developer extended possibilities, such as Modals, Loops, Varibles, Constants and Command-Wrapping.

Everyone who wants to try, can visit my playground stevertus.ga/tools/mcscript and can play with its function.

diff --git a/documentation_en.html b/documentation_en.html index b8ecf25..dab053b 100644 --- a/documentation_en.html +++ b/documentation_en.html @@ -1,7 +1,7 @@

Minecraft Script Documentation

-

Update 0.1.3: All Changes

+

Update 0.1.4: All Changes

Minecraft Script is a programming language for developers of mcfunctions, Minecraft maps and packages. The .mcscript files are therefore compiled and generated to the function format. This enables the developer extended possibilities, such as Modals, Loops, Varibles, Constants and Command-Wrapping.

Everyone who wants to try, can visit my playground stevertus.ga/tools/mcscript and can play with its function.

diff --git a/package.json b/package.json index 242ee36..e1f0969 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mcscript", - "version": "0.1.3.1", + "version": "0.1.4", "description": "Minecraft Script to mcfunction compiler cli", "homepage":"http://stevertus.ga/mcscript", "scripts": {