Skip to content

Commit 32a90cf

Browse files
committed
0.1.1
1 parent 2fc8597 commit 32a90cf

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+3371
-1432
lines changed

README-DE.md

Lines changed: 214 additions & 32 deletions
Large diffs are not rendered by default.

README.md

Lines changed: 312 additions & 27 deletions
Large diffs are not rendered by default.

_changelog.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
2+
Minecraft Script Changes
3+
==============================
4+
5+
## v0.1
6+
* added a changelog
7+
* added table of contents for documentation
8+
* modified documentation
9+
* added asat([selector]) wrapper
10+
* added var++ and var--
11+
* added new modal play()
12+
* changed: while executes only if the statement at entry is true now
13+
* added do-while loop
14+
* added forEach loop
15+
* added a raycast feature
16+
* added boolean variables (tags) and if check
17+
* changed: selector behaviour with variables
18+
* added a custom scripts folder for all files
19+
* added a switch functionality
20+
____
21+
**v0.1.1**
22+
* fixed: forEach function was written uppercase, which is not allowed by Minecraft
23+
* fixed: raycast score didn´t reset and messed up
24+
* added: now cases can accept a direct value instead of "== [value]"

documentation.html

Lines changed: 481 additions & 313 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)