A heads up
#4
Items don't have metadata bits, items have damage value (16 bits, afaik). Blocks have metadata, always 4 bits.

MCServer handles some of the metadata information. For example, torches, doors, ladders are handled; you can check that yourself in the client, as the metadata defines those blocks' appearance clientside.
However, MCServer does almost no metadata handling when placing slabs or stairs. If you want to touch that, you need to make yourself comfortable with the cClientHandle::HandleBlockPlace() function, that's the place that it should be implemented at.
Reply
Thanks given by:


Messages In This Thread
A heads up - by cedeel - 06-03-2012, 02:21 AM
RE: A heads up - by xoft - 06-03-2012, 02:50 AM
RE: A heads up - by cedeel - 06-03-2012, 03:02 AM
RE: A heads up - by xoft - 06-03-2012, 03:15 AM
RE: A heads up - by cedeel - 06-03-2012, 05:10 AM
RE: A heads up - by xoft - 06-03-2012, 06:44 AM
RE: A heads up - by cedeel - 06-03-2012, 08:42 PM
RE: A heads up - by xoft - 06-03-2012, 08:45 PM
RE: A heads up - by xoft - 06-04-2012, 03:31 PM
RE: A heads up - by xoft - 06-04-2012, 04:32 PM
RE: A heads up - by xoft - 06-05-2012, 01:00 AM
RE: A heads up - by cedeel - 06-05-2012, 01:19 AM
RE: A heads up - by xoft - 06-05-2012, 01:50 AM



Users browsing this thread: 1 Guest(s)