Craft.Net
Craft.Net copied to clipboard
(Unmaintained, see TrueCraft) Minecraft server, client, and etc for .NET
If the client fails auth from mojang.com while connecting, Server keeps player on the world and RemoteClient lists, Which could cause crashes.
Any block placed such as a rail block will turn the grass into dirt. This is due to the lightreduction being a value of 15 on default for blocks and...
Hunger and health poison.
Craft.Net.Server.MinecraftServer publicly exposes two events, named "PacketRecieved" and "PacketSent". These events are intended to be raised by the protected internal methods named "OnPacketRecieved" and "OnPacketSent", respectively. However, neither of those...
For example, glowstone blocks drop glowstone dust when mined. @nevercast
Tested with Steak but may work with other food items. right-clicking to eat the food item in Minecraft results in 1 qty of the food item being deducted, even if...
Don't check every entity against every other one. Divide them into chunks.