ddevault / Craft.Net

(Unmaintained, see TrueCraft) Minecraft server, client, and etc for .NET
MIT License
228 stars 64 forks source link

add a packet handler to update the world on BlockChange packets #195

Closed sapphire-arches closed 10 years ago

sapphire-arches commented 10 years ago

The client by default ignores block change events, which took far longer than it should have to track down. This PR adds a default block change handler.

ddevault commented 10 years ago

Thanks!

sapphire-arches commented 10 years ago

No problem, though looking at the list of resisted packet handlers I have a feeling you will be getting many more of these in the near future =D (for example, I just wrote the one to update the player position on PlayerPosition packets).

Would you prefer that I keep it to one handler per PR or just bundle a bunch together? The different handlers will all be in different commits either way.

ddevault commented 10 years ago

One per PR would be easiset to swallow. You should also hang out in our IRC channel, which is covered in the readme.