Пример #1
0
 public void buildBlock(BlockLoc blockLoc, byte typeToBuild)
 {
     if (withinChunkSpaceInChunkSpace(blockLoc.toISIntVec3(getPathingProfile())))
     {
         chunkSpace.setBlockAtWithMeshUpdate(typeToBuild, blockLoc.toISIntVec3(getPathingProfile()));
         jobSiteManager.blockWasBuilt(blockLoc);
     }
 }