Skip to content

Commit 2b8d849

Browse files
Update README.md
1 parent d148ff7 commit 2b8d849

File tree

1 file changed

+23
-3
lines changed

1 file changed

+23
-3
lines changed

README.md

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,28 @@
11
# Open Minecraft Note Block Studio
2-
Open Minecraft Note Block Studio is an open source continuation of Minecraft Note Block Studio, created by David Norgren.
2+
An open source continuation of Minecraft Note Block Studio.
33

4-
For issues, please head over to the [issues](https://github.com/HielkeMinecraft/OpenNoteBlockStudio/issues) page.
4+
## Custom Features:
5+
### Datapack Export:
6+
![alt text](https://i.imgur.com/d8uWVLE.jpg)
57

6-
For contributions, please open up a [pull request](https://github.com/HielkeMinecraft/OpenNoteBlockStudio/pulls) and I'll review it.
8+
With datapack export, you can export your song to a datapack. Just copy the generated datapack to your world's "datapacks" folder, and then you:
9+
* Can **play** your song by running
10+
```
11+
/function <datapack_name>:play
12+
```
13+
* Can **pause** your song by running
14+
```
15+
/function <datapack_name>:pause
16+
```
17+
* Can **stop** your song by running
18+
```
19+
/function <datapack_name>:stop
20+
```
21+
22+
## Issues:
23+
For issues, please head over to the [issues](https://github.com/HielkeMinecraft/OpenNoteBlockStudio/issues) page.
724

25+
## Contributions:
826
This project is written in Game Maker Language (GML). You must have GameMaker Studio 2 in order to open this project and make changes.
27+
28+
For contributions, please open up a [pull request](https://github.com/HielkeMinecraft/OpenNoteBlockStudio/pulls).

0 commit comments

Comments
 (0)