Browse Source

Blueprint fixes, T5 laser

tags/v1.1.0
NorbiPeti 3 years ago
parent
commit
db5ff7223c
3 changed files with 12 additions and 9 deletions
  1. +2
    -2
      Pixi/Robots/RobotInternetImporter.cs
  2. +9
    -6
      Pixi/blueprints.json
  3. +1
    -1
      Pixi/cubes-id.json

+ 2
- 2
Pixi/Robots/RobotInternetImporter.cs View File

@@ -136,8 +136,8 @@ namespace Pixi.Robots
// the goal is for this to never evaluate to true (ie all cubes are translated correctly)
if (block.Type == BlockIDs.TextBlock)
{
textBlockInfoIndex++;
block.Specialise<TextBlock>().Text = textBlockInfo[name][textBlockInfoIndex];
block.Specialise<TextBlock>().Text = textBlockInfo[name][textBlockInfoIndex];
textBlockInfoIndex++;
}
}



+ 9
- 6
Pixi/blueprints.json
File diff suppressed because it is too large
View File


+ 1
- 1
Pixi/cubes-id.json
File diff suppressed because it is too large
View File