mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-09-19 12:35:52 -04:00
Fix gold block, sandstone and pillar textures (Thanks Goodlyay)
This commit is contained in:
parent
b6655d54d0
commit
d4878426bc
@ -42,8 +42,8 @@ namespace ClassicalSharp {
|
|||||||
SetAll( Block.Snow ); SetAll( Block.Ice );
|
SetAll( Block.Snow ); SetAll( Block.Ice );
|
||||||
SetAll( Block.StoneBrick ); SetAll( Block.Crate );
|
SetAll( Block.StoneBrick ); SetAll( Block.Crate );
|
||||||
SetAll( Block.CeramicTile ); SetBottom( Block.IronBlock );
|
SetAll( Block.CeramicTile ); SetBottom( Block.IronBlock );
|
||||||
SetAll( Block.GoldBlock ); SetAll( Block.Sandstone );
|
SetBottom( Block.GoldBlock ); SetBottom( Block.Sandstone );
|
||||||
SetAll( Block.Pillar );
|
SetBottom( Block.Pillar );
|
||||||
texId += 5;
|
texId += 5;
|
||||||
// Row 5
|
// Row 5
|
||||||
SetAll( Block.RedCloth ); SetAll( Block.OrangeCloth );
|
SetAll( Block.RedCloth ); SetAll( Block.OrangeCloth );
|
||||||
|
Loading…
x
Reference in New Issue
Block a user