Skip to content

Commit e4aa91e

Browse files
committed
0.1.4
1 parent 4fee57e commit e4aa91e

File tree

6 files changed

+9
-8
lines changed

6 files changed

+9
-8
lines changed

README-DE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
![](https://i.imgur.com/YedWe7W.png)
33

44
# Minecraft Script Dokumentation
5-
> Update 0.1.3: [Alle Änderungen](https://github.com/Stevertus/mcscript/releases)
5+
> Update 0.1.4: [Alle Änderungen](https://github.com/Stevertus/mcscript/releases)
66
77
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.
88

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
Minecraft Script Documentation
55
==============================
6-
> Update 0.1.3: [All Changes](https://github.com/Stevertus/mcscript/releases)
6+
> Update 0.1.4: [All Changes](https://github.com/Stevertus/mcscript/releases)
77
88
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.
99

_changelog.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ Minecraft Script Changes
33
==============================
44
> Update your Version by running: `npm install -g mcscript@`
55
6+
### v0.1.4
7+
* added: a `mcscript add` package command
8+
* reduced file size
9+
610
### v0.1.3
711
* added: Minecraft Cam datapack modals
812
* added: Core Modal documentation
@@ -12,9 +16,6 @@ Minecraft Script Changes
1216
* changed: the mcscript folder will be automaticly deleted! save important files!!
1317
* fixed: the forWeb.js file
1418

15-
** v0.1.3.1**
16-
* added: a `mcscript add` package command
17-
* reduced file size
1819
### v0.1.2
1920
* changed: fixed asat to "at @s"
2021
* changed: raycasting is more accurate

documentation.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<p><img src="https://i.imgur.com/YedWe7W.png" alt=""></p>
22
<h1 id="minecraft-script-documentation">Minecraft Script Documentation</h1>
33
<blockquote>
4-
<p>Update 0.1.3: <a href="https://github.com/Stevertus/mcscript/releases">All Changes</a></p>
4+
<p>Update 0.1.4: <a href="https://github.com/Stevertus/mcscript/releases">All Changes</a></p>
55
</blockquote>
66
<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>
77
<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>

documentation_en.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
<h1><a id="Minecraft_Script_Documentation_2"></a>Minecraft Script Documentation</h1>
33
<blockquote>
4-
<p>Update 0.1.3: <a href="https://github.com/Stevertus/mcscript/releases">All Changes</a></p>
4+
<p>Update 0.1.4: <a href="https://github.com/Stevertus/mcscript/releases">All Changes</a></p>
55
</blockquote>
66
<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>
77
<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>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mcscript",
3-
"version": "0.1.3.1",
3+
"version": "0.1.4",
44
"description": "Minecraft Script to mcfunction compiler cli",
55
"homepage":"http://stevertus.ga/mcscript",
66
"scripts": {

0 commit comments

Comments
 (0)