plastanium-wall-large schematicPriority should also be 10 (#4613)

plastanium-wall has it, makes sense to put for large one as well
This commit is contained in:
Leonid Skorospelov
2021-02-07 14:14:19 +00:00
committed by GitHub
parent 1c0d148607
commit f90f611a6d

View File

@@ -797,6 +797,7 @@ public class Blocks implements ContentList{
size = 2;
insulated = true;
absorbLasers = true;
schematicPriority = 10;
}};
thoriumWall = new Wall("thorium-wall"){{