Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add entity drawing to drawing decorator #322

Closed
DaveyBiggers opened this issue Sep 6, 2016 · 0 comments · Fixed by #324
Closed

Add entity drawing to drawing decorator #322

DaveyBiggers opened this issue Sep 6, 2016 · 0 comments · Fixed by #324
Assignees

Comments

@DaveyBiggers
Copy link
Member

At the moment, we can use the drawing decorator to spawn items and place blocks, but there is no way to place entities. Adding a DrawEntity command would open up a large number of possibilities for experiments.

At its most basic, we can simply specify the x/y/z and entity type - but we should possibly allow for greater control, maybe even to the level allowed by the Minecraft summon command, which can take JSON - eg:

/summon Guardian ~0 ~1 ~0 {Motion:[0.0,1.0,0.0],Attributes:[{Name:generic.movementSpeed,Base:1.0}]}

(see, for example, http://www.minecraftupdates.com/summon-command )

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant