From d4878426bc6805133891d9fe0c6ec8f3f66fc892 Mon Sep 17 00:00:00 2001 From: UnknownShadow200 Date: Sat, 12 Sep 2015 08:19:38 +1000 Subject: [PATCH] Fix gold block, sandstone and pillar textures (Thanks Goodlyay) --- ClassicalSharp/Blocks/BlockInfo.Atlas.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ClassicalSharp/Blocks/BlockInfo.Atlas.cs b/ClassicalSharp/Blocks/BlockInfo.Atlas.cs index 8a4cf90bc..6a6e179bb 100644 --- a/ClassicalSharp/Blocks/BlockInfo.Atlas.cs +++ b/ClassicalSharp/Blocks/BlockInfo.Atlas.cs @@ -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 );