bravoserver / bravo

UNMAINTAINED: Reverse-engineered Minecraft stuff. Worked with 1.4.x protocol
http://bravoserver.org/
Other
206 stars 45 forks source link

Split build hooks into pre-build and post-build #258

Closed MostAwesomeDude closed 13 years ago

MostAwesomeDude commented 13 years ago

And while we're at it, merge the actual Build build hook into the protocol core.

Reasoning: Build hooks don't care too much about order, except that they want to come either before or after build. Also, the semantics of block placement are confusing and hard to track when not split this way.

Marked for 1.6.

MostAwesomeDude commented 13 years ago

I have this done privately already.

MostAwesomeDude commented 13 years ago

Oh hey, this is totally done now. One last thing might be to remove the sorting from those hooks, since they don't need to be sorted. I might leave them for a bit in case we do need to sort, though...