@@ -94,14 +94,14 @@ private void GenerateModelFile(List<int> blockIDs, string filePath)
9494 elements . Add (
9595 new Dictionary < string , object > ( )
9696 {
97- { "from" , new int [ ] { x , y , z } } ,
98- { "to" , new int [ ] { x + 1 , y + 1 , z + 1 } } ,
97+ { "from" , new int [ ] { x , y , z } } ,
98+ { "to" , new int [ ] { x + 1 , y + 1 , z + 1 } } ,
9999 { "faces" , new Dictionary < string , object > ( )
100100 {
101101 { "down" , new Dictionary < string , string > ( ) { { "texture" , "#" + blockName } , { "cullface" , "down" } } } ,
102- { "up" , new Dictionary < string , string > ( ) { { "texture" , "#" + blockName } , { "cullface" , "up" } } } ,
103- { "north" , new Dictionary < string , string > ( ) { { "texture" , "#" + blockName } , { "cullface" , "north" } } } ,
104- { "south" , new Dictionary < string , string > ( ) { { "texture" , "#" + blockName } , { "cullface" , "south" } } } ,
102+ { "up" , new Dictionary < string , string > ( ) { { "texture" , "#" + blockName } , { "cullface" , "up" } } } ,
103+ { "north" , new Dictionary < string , string > ( ) { { "texture" , "#" + blockName } , { "cullface" , "north" } } } ,
104+ { "south" , new Dictionary < string , string > ( ) { { "texture" , "#" + blockName } , { "cullface" , "south" } } } ,
105105 { "east" , new Dictionary < string , string > ( ) { { "texture" , "#" + blockName } , { "cullface" , "east" } } } ,
106106 { "west" , new Dictionary < string , string > ( ) { { "texture" , "#" + blockName } , { "cullface" , "west" } } } ,
107107 }
0 commit comments