I have a problem with villagers. I am making the farmer villagers harvest crops, potatoes and carrots since they do that in the 1.8 snapshot, but the cBlockHandler keeps dropping the crops block instead of for example seeds. I put the code in a different branch so people can take a look at it.
Wait I've found the problem

An 1.8 feature in 1.7

. And then vanilla is better

...
Quick question: Does anyone have a good example of the full login process for minecraft? The only docs I found within MCServer detail everything after encryption is established. Also, does MCServer allow clients to connect without encryption?
1.3.2 - 1.6.4 clients must use encryption (mandated by the protocol); 1.7 clients connect only withOUT encryption.
Here's the best protocol encryption docs you'll ever get:
http://wiki.vg/Protocol_Encryption
Oh, and I hope you're not doing the 1.7 auth? I was just about to start working on it.
So is 1.7 "encryptionless" normally, or is that just an MCServer thing?
In 1.7 the server can decide whether to use encryption or not. But it can only use authentication ("online-mode") if encryption is enabled.
MCS currently doesn't use encryption, but I'm working on it right now.
Ok, so its pretty much the same protocol sequence as specified at the website you pointed me at, along with what is in the MCServer docs on the login sequence, just minus all of the encryption stuff?