Switch to Pixeludi Pack as default textures
@ -40,7 +40,7 @@ If you are a dirty dev, you are more limited in how you can help. You can work o
|
||||
|
||||
## Assets
|
||||
|
||||
TrueCraft is compatible with Minecraft beta 1.7.3 texture packs. We ship one of our own, based on [Programmer Art](https://github.com/deathcap/ProgrammerArt). You can install the official assets through the TrueCraft launcher if you wish.
|
||||
TrueCraft is compatible with Minecraft beta 1.7.3 texture packs. We ship the Pixeludi Pack (by Wojtek Mroczek) by default. You can install the Mojang assets through the TrueCraft launcher if you wish.
|
||||
|
||||
## Blah blah blah
|
||||
|
||||
|
Before Width: | Height: | Size: 5.2 KiB After Width: | Height: | Size: 4.7 KiB |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 7.3 KiB |
Before Width: | Height: | Size: 48 KiB After Width: | Height: | Size: 47 KiB |
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 7.2 KiB |
Before Width: | Height: | Size: 62 KiB After Width: | Height: | Size: 86 KiB |
@ -276,7 +276,7 @@ namespace TrueCraft.Client.Modules
|
||||
|
||||
var digging = Digging;
|
||||
|
||||
if (gamePad.IsConnected && gamePad.Triggers.Right > 0.5f)
|
||||
if (gamePad.IsConnected && gamePad.Triggers.Right > 0.5f && gamePad.Triggers.Right < 0.5f)
|
||||
digging = true;
|
||||
if (gamePad.IsConnected && gamePad.Triggers.Left > 0.5f && GamePadState.Triggers.Left < 0.5f)
|
||||
{
|
||||
|