1
0
Fork 0
mirror of https://github.com/haselkern/Minecraft-ArmorStand.git synced 2025-05-17 15:05:33 +00:00
This tool generates a summon command, to summon an armorstand in a desired pose. https://haselkern.com/Minecraft-ArmorStand/
Find a file
2020-12-12 21:17:42 +01:00
.github/workflows Deleted all old things, added Vue skeleton 2020-12-10 13:14:25 +01:00
public Design beginnings 2020-12-12 21:17:42 +01:00
src Design beginnings 2020-12-12 21:17:42 +01:00
.browserslistrc Deleted all old things, added Vue skeleton 2020-12-10 13:14:25 +01:00
.eslintrc.js Deleted all old things, added Vue skeleton 2020-12-10 13:14:25 +01:00
.gitignore Deleted all old things, added Vue skeleton 2020-12-10 13:14:25 +01:00
.nojekyll GitHub Page failed building. This might fix it. 2014-08-21 16:40:45 +02:00
babel.config.js Deleted all old things, added Vue skeleton 2020-12-10 13:14:25 +01:00
LICENSE Added GPL license 2015-06-15 16:05:47 +02:00
package-lock.json Design beginnings 2020-12-12 21:17:42 +01:00
package.json Design beginnings 2020-12-12 21:17:42 +01:00
postcss.config.js Deleted all old things, added Vue skeleton 2020-12-10 13:14:25 +01:00
README.md Deleted all old things, added Vue skeleton 2020-12-10 13:14:25 +01:00
tailwind.config.js Design beginnings 2020-12-12 21:17:42 +01:00
vue.config.js Design beginnings 2020-12-12 21:17:42 +01:00

Minecraft Armorstand

Try it out

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 the code.

If you would like to see a feature implemented, feel free to open an issue or submit a pull request.

Development

To install all required dependencies run:

npm install

Run this when developing. It will automatically rebuild the project on changes.

npm run serve

The project will automatically build on pushes on the master branch. If you want to build the production build locally, you can run this to generate the dist directory.

npm run build

Run the linter to check for mistakes:

npm run lint

TODO

Currently Vue 3 does not support Postcss 8, so we use a compatibility build of it. Some time in the future, this should be upgraded.