Skip to content

Commit

Permalink
0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Stevertus committed Apr 28, 2018
1 parent 4fee57e commit e4aa91e
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README-DE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
7 changes: 4 additions & 3 deletions _changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion documentation.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<p><img src="https://i.imgur.com/YedWe7W.png" alt=""></p>
<h1 id="minecraft-script-documentation">Minecraft Script Documentation</h1>
<blockquote>
<p>Update 0.1.3: <a href="https://github.com/Stevertus/mcscript/releases">All Changes</a></p>
<p>Update 0.1.4: <a href="https://github.com/Stevertus/mcscript/releases">All Changes</a></p>
</blockquote>
<p>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.</p>
<p>Everyone who wants to try, can visit my playground <a href="http://www.stevertus.ga/tools/mcscript">stevertus.ga/tools/mcscript</a> and can play with its function.</p>
Expand Down
2 changes: 1 addition & 1 deletion documentation_en.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

<h1><a id="Minecraft_Script_Documentation_2"></a>Minecraft Script Documentation</h1>
<blockquote>
<p>Update 0.1.3: <a href="https://github.com/Stevertus/mcscript/releases">All Changes</a></p>
<p>Update 0.1.4: <a href="https://github.com/Stevertus/mcscript/releases">All Changes</a></p>
</blockquote>
<p>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.</p>
<p>Everyone who wants to try, can visit my playground <a href="http://www.stevertus.ga/tools/mcscript">stevertus.ga/tools/mcscript</a> and can play with its function.</p>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit e4aa91e

Please sign in to comment.