SlimeVoid / DynamicTransport

7 stars 7 forks source link

Create an Elevator Entity that is the same shape as the conjoined elevators #4

Closed Tarig0 closed 10 years ago

Tarig0 commented 10 years ago

Entity must hold the following data.

all stored in NBT Current Speed Target Y Computer Reference

Tarig0 commented 10 years ago

One Entity one box.... looks like I get to look into the ender dragon code

Tarig0 commented 10 years ago

Probably will create a Master elevator Block and and register the rest of the conjoined elevators as child entity that way I don't have to set the y motion of all of them

Eurymachus commented 10 years ago

Just seen this, Beware the Entity sync when using hold elements, you don't want an elevator that doesn't move as a single entity

Sent from my iPhone 4

On 15 Oct 2013, at 15:20, "Allen Cook" notifications@github.com wrote:

Probably will create a Master elevator Block and and register the rest of the conjoined elevators as child entity that way I don't have to set the y motion of all of them

— Reply to this email directly or view it on GitHub.

Tarig0 commented 10 years ago

Alright almost time to start planning this entity.

Tarig0 commented 10 years ago

Entity started, good enough to close this initial issue