Fix gold block, sandstone and pillar textures (Thanks Goodlyay)

This commit is contained in:
UnknownShadow200 2015-09-12 08:19:38 +10:00
parent b6655d54d0
commit d4878426bc

View File

@ -42,8 +42,8 @@ namespace ClassicalSharp {
SetAll( Block.Snow ); SetAll( Block.Ice );
SetAll( Block.StoneBrick ); SetAll( Block.Crate );
SetAll( Block.CeramicTile ); SetBottom( Block.IronBlock );
SetAll( Block.GoldBlock ); SetAll( Block.Sandstone );
SetAll( Block.Pillar );
SetBottom( Block.GoldBlock ); SetBottom( Block.Sandstone );
SetBottom( Block.Pillar );
texId += 5;
// Row 5
SetAll( Block.RedCloth ); SetAll( Block.OrangeCloth );