mirror of
https://github.com/haselkern/Minecraft-ArmorStand.git
synced 2025-05-17 15:05:33 +00:00
Basic 3D support
This commit is contained in:
parent
f2bf164431
commit
cb781e94eb
9 changed files with 266 additions and 394 deletions
14
src/components/Armorstand.vue
Normal file
14
src/components/Armorstand.vue
Normal file
|
@ -0,0 +1,14 @@
|
|||
<template>
|
||||
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
data() {
|
||||
// TODO This should be a prop "pose" to allow external modification
|
||||
return {
|
||||
|
||||
};
|
||||
},
|
||||
}
|
||||
</script>
|
Loading…
Add table
Add a link
Reference in a new issue