1
0
Fork 0
mirror of https://github.com/haselkern/Minecraft-ArmorStand.git synced 2025-05-17 15:05:33 +00:00

Save and Load functionality (#23)

* added save and load functionality

* disabled debug console.logs
This commit is contained in:
thelennylord 2019-03-03 23:13:47 +05:30 committed by Lars Martens
parent bc5c8741f2
commit 565427f6f1
4 changed files with 292 additions and 16 deletions

View file

@ -3,6 +3,6 @@ Minecraft Armor Stand
### [Try it out](http://haselkern.github.io/Minecraft-ArmorStand)
In Minecraft 1.8 Armorstands were introduced. Unfortunately, the syntax to summon one is quite confusing and not very intuitive, especially when you're trying to create an awesome pose. This tool provides a graphical interface, so that you can focus on the looks and not worry about code.
In Minecraft 1.8 Armor stands were introduced. Unfortunately, the syntax to summon one is quite confusing and not very intuitive, especially when you're trying to create an awesome pose. This tool provides a graphical interface so that you can focus on the looks and not worry about the code.
If you would like to see a feature implemented, feel free to open an issue or submit a pull request.