File tree Expand file tree Collapse file tree 3 files changed +457
-1
lines changed
Expand file tree Collapse file tree 3 files changed +457
-1
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ private void LoadBlocks()
3434 string line ;
3535 int counter = 0 ;
3636 // Read the file and display it line by line.
37- StreamReader file = new StreamReader ( @"schematics/config.txt" ) ;
37+ StreamReader file = new StreamReader ( @"./ schematics/config.txt" ) ;
3838 Console . WriteLine ( "[INFO] Started to read config.txt for loading blocks colors" ) ;
3939 while ( ( line = file . ReadLine ( ) ) != null )
4040 {
Original file line number Diff line number Diff line change 7171 <None Update =" JsonPresets\terrainGenerator.json" >
7272 <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
7373 </None >
74+ <None Update =" schematics\config.txt" >
75+ <CopyToOutputDirectory >Always</CopyToOutputDirectory >
76+ </None >
7477 </ItemGroup >
7578
7679 <ProjectExtensions ><VisualStudio ><UserProperties /></VisualStudio ></ProjectExtensions >
You can’t perform that action at this time.
0 commit comments