Posts: 4,628
Threads: 115
Joined: Dec 2011
Thanks: 693
Given 494 thank(s) in 423 post(s)
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.
Posts: 254
Threads: 16
Joined: Oct 2013
Thanks: 3
Given 20 thank(s) in 18 post(s)
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?
Posts: 254
Threads: 16
Joined: Oct 2013
Thanks: 3
Given 20 thank(s) in 18 post(s)
So is 1.7 "encryptionless" normally, or is that just an MCServer thing?
Posts: 6,485
Threads: 176
Joined: Jan 2012
Thanks: 131
Given 1074 thank(s) in 852 post(s)
01-29-2014, 02:55 AM
(This post was last modified: 01-29-2014, 02:56 AM by xoft.)
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.
Posts: 254
Threads: 16
Joined: Oct 2013
Thanks: 3
Given 20 thank(s) in 18 post(s)
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?