chunky-dev / chunky-dev/chunky
Regarding Armor-Stands
- Dominant language
- Java
- Stars
- 738
- Forks
- 78
- Avg merge
- 10h 5m
- Merged PRs (30d)
- 3
Description
I've seen that you're currently working on armor-stands. IDK how far you wanna take compatibility with minecraft but I guess it can get pretty messy **if** you wanna add most of the features they can use. Here is a little list of things to keep in mind:
- [ ] they can be "small" (which makes them roughly the size of a baby-zombie)
- [x] all parts can rotate independently
- [x] they can have arms
- [ ] they can "equip" most items (i guess your item-renderer now comes in handy :-) and if this works, item-frames should be an easy next step :))
- [ ] they can equip shields (and shields can have banners on them)
- [x] they can take up multiple blocks depending on the rotation of the different parts (IDK if this even matters for your renderer)
- [x] the base-plate can be removed
- [x] they can be invisible
- [x] they can wear player heads

(Thats my Armor-Stand testscene in Minecraft)
I used http://haselkern.com/Minecraft-ArmorStand/ to generate the "non-standard" stuff.
(( And I know that you've already taken some of the things into account - this posting is basically just a "armor-stand-hell"-checklist to keep in mind how terrible they can be :) ))
Contributor guide
Assessment
This issue has not been assessed yet.