TrueCraft
TrueCraft copied to clipboard
Minecraft for hipsters
Hello, On a clean Windows 7 VM, installed Visual Studio Community, Git. I open the .sln and Build. No errors. I open the launcher, then try to create a new...
Skin server
We need a Minecraft beta compatible skin service running on truecraft.io.
Should always start with the chunk nearest the player.
Hello, I am attempting to run TrueCraft.Client on OS X, it builds from git (latest revision, 100b11979eb39106306ed39631fe31b97691faed) but fails to run with this error: ``` System.DllNotFoundException: /Library/Frameworks/SDL.framework/SDL at at (wrapper...
We should have a Windows installer. I've done one in the past that worked pretty well for [Patchy](https://github.com/SirCmpwn/Patchy), we should follow a similar strategy.
The Windows default app icon looks kinda ugly.
I am getting a DivideByZeroException in PlayPack at the call to CreatInstance(): ``` public void PlayPack(string pack, float volume = 1.0f) { var i = MathHelper.Random.Next(0, AudioPacks[pack].Length); var instance =...