minecraft.client
minecraft.client copied to clipboard
A .NET client library for the original version of Minecraft. It requires Forge and the Raspberry Jam mod on the Minecraft side.
The following code sets the block at 'belowPlayer' to regular clay instead of Yellow clay `world.SetBlock(new StainedClay(Decent.Minecraft.Client.Color.Yellow), belowPlayer);`
While thinking about blocks, items and entitys i came to the conclusion that we may want to support multiple minecraft versions. I thought that it would make sanity checks easier...
Good opportunity to try out package creation :)